public static interface SearchProductsAsAdminResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<SearchProductsAsAdminResponse.Builder,SearchProductsAsAdminResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProductsAsAdminResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(Collection<ProductViewDetail> productViewDetails)
Information about the product views.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(Consumer<ProductViewDetail.Builder>... productViewDetails)
Information about the product views.
|
SearchProductsAsAdminResponse.Builder |
productViewDetails(ProductViewDetail... productViewDetails)
Information about the product views.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProductsAsAdminResponse.Builder productViewDetails(Collection<ProductViewDetail> productViewDetails)
Information about the product views.
productViewDetails - Information about the product views.SearchProductsAsAdminResponse.Builder productViewDetails(ProductViewDetail... productViewDetails)
Information about the product views.
productViewDetails - Information about the product views.SearchProductsAsAdminResponse.Builder productViewDetails(Consumer<ProductViewDetail.Builder>... productViewDetails)
Information about the product views.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #productViewDetails(List) .productViewDetails - a consumer that will call methods on List.Builder #productViewDetails(List) SearchProductsAsAdminResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2021. All rights reserved.