public static class SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SearchProductCustomFieldsRequest |
build() |
SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder |
limit(Integer limit)
Number of results you want to be shown.
|
SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder |
offset(Integer offset)
The initial index from which to return the results.
|
SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder |
product(Long product)
16 digit id of the product whose custom fields need to be searched through.
|
String |
toString() |
public SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder limit(Integer limit)
this
.public SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder offset(Integer offset)
this
.public SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder product(Long product)
this
.public SearchProductCustomFieldsRequest build()
Copyright © 2023 Cense Data Inc.. All rights reserved.