Package com.commercetools.api.client
Class ByProjectKeyShippingMethodsGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyShippingMethodsGet
- All Implemented Interfaces:
ByProjectKeyShippingMethodsGetMixin
,Deprecatable200Trait<ByProjectKeyShippingMethodsGet>
,ErrorableTrait<ByProjectKeyShippingMethodsGet>
,ExpandableTrait<ByProjectKeyShippingMethodsGet>
,PagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
,ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> PagingTrait<ByProjectKeyShippingMethodsGet>
,QueryTrait<ByProjectKeyShippingMethodsGet>
,SimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
,ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> SortableTrait<ByProjectKeyShippingMethodsGet>
,io.vrap.rmf.base.client.ClientRequestCommand<ShippingMethodPagedQueryResponse>
,io.vrap.rmf.base.client.CreateHttpRequestCommand
,io.vrap.rmf.base.client.HttpRequestCommand<ShippingMethodPagedQueryResponse>
,io.vrap.rmf.base.client.RequestCommand<ShippingMethodPagedQueryResponse>
public class ByProjectKeyShippingMethodsGet
extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse>
implements ByProjectKeyShippingMethodsGetMixin, ExpandableTrait<ByProjectKeyShippingMethodsGet>, SortableTrait<ByProjectKeyShippingMethodsGet>, PagingTrait<ByProjectKeyShippingMethodsGet>, QueryTrait<ByProjectKeyShippingMethodsGet>, ErrorableTrait<ByProjectKeyShippingMethodsGet>, Deprecatable200Trait<ByProjectKeyShippingMethodsGet>
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shipping_method.ShippingMethodPagedQueryResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.shippingMethods()
.get()
.execute()
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionByProjectKeyShippingMethodsGet
(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyShippingMethodsGet
addExpand
(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyShippingMethodsGet
addExpand
(TValue expand) add additional expand query parameter<TValue> ByProjectKeyShippingMethodsGet
addLimit
(Collection<TValue> limit) add additional limit query parametersadd additional limit query parameteradd additional limit query parameter<TValue> ByProjectKeyShippingMethodsGet
addLimit
(TValue limit) add additional limit query parameter<TValue> ByProjectKeyShippingMethodsGet
addOffset
(Collection<TValue> offset) add additional offset query parametersadd additional offset query parameteradd additional offset query parameter<TValue> ByProjectKeyShippingMethodsGet
addOffset
(TValue offset) add additional offset query parameter<TValue> ByProjectKeyShippingMethodsGet
addPredicateVar
(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters<TValue> ByProjectKeyShippingMethodsGet
addPredicateVar
(String varName, TValue predicateVar) add additional predicateVar query parameter<TValue> ByProjectKeyShippingMethodsGet
addSort
(Collection<TValue> sort) add additional sort query parametersadd additional sort query parameteradd additional sort query parameter<TValue> ByProjectKeyShippingMethodsGet
addSort
(TValue sort) add additional sort query parameter<TValue> ByProjectKeyShippingMethodsGet
addWhere
(Collection<TValue> where) add additional where query parametersadd additional where query parameteradd additional where query parameter<TValue> ByProjectKeyShippingMethodsGet
addWhere
(TValue where) add additional where query parameter<TValue> ByProjectKeyShippingMethodsGet
addWithTotal
(Collection<TValue> withTotal) add additional withTotal query parametersadd additional withTotal query parameteraddWithTotal
(Supplier<Boolean> supplier) add additional withTotal query parameter<TValue> ByProjectKeyShippingMethodsGet
addWithTotal
(TValue withTotal) add additional withTotal query parameterboolean
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ShippingMethodPagedQueryResponse>>
execute
(io.vrap.rmf.base.client.ApiHttpClient client) io.vrap.rmf.base.client.ApiHttpResponse<ShippingMethodPagedQueryResponse>
executeBlocking
(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) getLimit()
getSort()
getWhere()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<ShippingMethodPagedQueryResponse>
void
setProjectKey
(String projectKey) toString()
<TValue> ByProjectKeyShippingMethodsGet
withExpand
(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand
(Supplier<String> supplier) set expand with the specified value<TValue> ByProjectKeyShippingMethodsGet
withExpand
(TValue expand) set expand with the specified value<TValue> ByProjectKeyShippingMethodsGet
withLimit
(Collection<TValue> limit) set limit with the specified valuesset limit with the specified valueset limit with the specified value<TValue> ByProjectKeyShippingMethodsGet
withLimit
(TValue limit) set limit with the specified value<TValue> ByProjectKeyShippingMethodsGet
withOffset
(Collection<TValue> offset) set offset with the specified valuesset offset with the specified valuewithOffset
(Supplier<Integer> supplier) set offset with the specified value<TValue> ByProjectKeyShippingMethodsGet
withOffset
(TValue offset) set offset with the specified value<TValue> ByProjectKeyShippingMethodsGet
withPredicateVar
(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values<TValue> ByProjectKeyShippingMethodsGet
withPredicateVar
(String varName, TValue predicateVar) set predicateVar with the specificied value<TValue> ByProjectKeyShippingMethodsGet
withSort
(Collection<TValue> sort) set sort with the specified valuesset sort with the specified valueset sort with the specified value<TValue> ByProjectKeyShippingMethodsGet
withSort
(TValue sort) set sort with the specified value<TValue> ByProjectKeyShippingMethodsGet
withWhere
(Collection<TValue> where) set where with the specified valuesset where with the specified valueset where with the specified value<TValue> ByProjectKeyShippingMethodsGet
withWhere
(TValue where) set where with the specified value<TValue> ByProjectKeyShippingMethodsGet
withWithTotal
(Collection<TValue> withTotal) set withTotal with the specified valuesset withTotal with the specified valuewithWithTotal
(Supplier<Boolean> supplier) set withTotal with the specified value<TValue> ByProjectKeyShippingMethodsGet
withWithTotal
(TValue withTotal) set withTotal with the specified valueMethods inherited from class io.vrap.rmf.base.client.ApiMethod
addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParams
Methods inherited from interface com.commercetools.api.client.ByProjectKeyShippingMethodsGetMixin
queryDsl
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlocking
Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequest
Methods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseType
Methods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseType
Methods inherited from interface com.commercetools.api.client.PagedQueryResourceRequest
asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParams
Methods inherited from interface com.commercetools.api.client.PagingTrait
asPagingTrait, asPagingTraitToBaseType
Methods inherited from interface com.commercetools.api.client.QueryTrait
asQueryTrait, asQueryTraitToBaseType
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
Methods inherited from interface com.commercetools.api.client.SimplePagedQueryResourceRequest
addQuery, addQuery, addQuery, addQuery, addWhere, addWhere, addWhere, asPagedQueryResourceRequestToBaseType, withQuery, withQuery, withQuery, withQuery, withWhere, withWhere, withWhere
Methods inherited from interface com.commercetools.api.client.SortableTrait
asSortableTrait, asSortableTraitToBaseType
-
Constructor Details
-
ByProjectKeyShippingMethodsGet
public ByProjectKeyShippingMethodsGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey) -
ByProjectKeyShippingMethodsGet
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceio.vrap.rmf.base.client.HttpRequestCommand<ShippingMethodPagedQueryResponse>
-
executeBlocking
public io.vrap.rmf.base.client.ApiHttpResponse<ShippingMethodPagedQueryResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<ShippingMethodPagedQueryResponse>
- Specified by:
executeBlocking
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse>
-
execute
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ShippingMethodPagedQueryResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client) - Specified by:
execute
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<ShippingMethodPagedQueryResponse>
- Specified by:
execute
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse>
-
getProjectKey
-
getExpand
- Specified by:
getExpand
in interfaceExpandableTrait<ByProjectKeyShippingMethodsGet>
-
getSort
- Specified by:
getSort
in interfaceSortableTrait<ByProjectKeyShippingMethodsGet>
-
getLimit
- Specified by:
getLimit
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
-
getOffset
- Specified by:
getOffset
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
-
getWithTotal
- Specified by:
getWithTotal
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
-
getWhere
- Specified by:
getWhere
in interfaceQueryTrait<ByProjectKeyShippingMethodsGet>
-
setProjectKey
-
withExpand
set expand with the specified value- Specified by:
withExpand
in interfaceExpandableTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withExpand
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addExpand
add additional expand query parameter- Specified by:
addExpand
in interfaceExpandableTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addExpand
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
expand
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withExpand
set expand with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addExpand
add additional expand query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withExpand
set expand with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addExpand
add additional expand query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue
- value type- Parameters:
expand
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withSort
set sort with the specified value- Specified by:
withSort
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withSort
in interfaceSortableTrait<ByProjectKeyShippingMethodsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addSort
add additional sort query parameter- Specified by:
addSort
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addSort
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addSort
in interfaceSortableTrait<ByProjectKeyShippingMethodsGet>
- Type Parameters:
TValue
- value type- Parameters:
sort
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withSort
set sort with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addSort
add additional sort query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withSort
set sort with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addSort
add additional sort query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withSort
set sort with the specified values- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addSort
add additional sort query parameters- Type Parameters:
TValue
- value type- Parameters:
sort
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withLimit
set limit with the specified value- Specified by:
withLimit
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withLimit
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addLimit
add additional limit query parameter- Specified by:
addLimit
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addLimit
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addLimit
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
limit
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withLimit
set limit with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addLimit
add additional limit query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withLimit
set limit with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addLimit
add additional limit query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withLimit
set limit with the specified values- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addLimit
add additional limit query parameters- Type Parameters:
TValue
- value type- Parameters:
limit
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withOffset
set offset with the specified value- Specified by:
withOffset
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withOffset
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addOffset
add additional offset query parameter- Specified by:
addOffset
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addOffset
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addOffset
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
offset
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withOffset
set offset with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addOffset
add additional offset query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withOffset
set offset with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addOffset
add additional offset query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withOffset
set offset with the specified values- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addOffset
add additional offset query parameters- Type Parameters:
TValue
- value type- Parameters:
offset
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWithTotal
set withTotal with the specified value- Specified by:
withWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withWithTotal
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWithTotal
add additional withTotal query parameter- Specified by:
addWithTotal
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addWithTotal
in interfacePagingTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addWithTotal
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
withTotal
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWithTotal
set withTotal with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWithTotal
add additional withTotal query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWithTotal
set withTotal with the specified values- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWithTotal
add additional withTotal query parameters- Type Parameters:
TValue
- value type- Parameters:
withTotal
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWhere
set where with the specified value- Specified by:
withWhere
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withWhere
in interfaceQueryTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWhere
add additional where query parameter- Specified by:
addWhere
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addWhere
in interfaceQueryTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addWhere
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
where
- value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWhere
set where with the specified value- Parameters:
supplier
- supplier for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWhere
add additional where query parameter- Parameters:
supplier
- supplier for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWhere
set where with the specified value- Parameters:
op
- builder for the value to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWhere
add additional where query parameter- Parameters:
op
- builder for the value to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withWhere
set where with the specified values- Type Parameters:
TValue
- value type- Parameters:
where
- values to be set- Returns:
- ByProjectKeyShippingMethodsGet
-
addWhere
add additional where query parameters- Type Parameters:
TValue
- value type- Parameters:
where
- values to be added- Returns:
- ByProjectKeyShippingMethodsGet
-
withPredicateVar
public <TValue> ByProjectKeyShippingMethodsGet withPredicateVar(String varName, TValue predicateVar) set predicateVar with the specificied value- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceQueryTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyShippingMethodsGet
-
addPredicateVar
add additional predicateVar query parameter- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceQueryTrait<ByProjectKeyShippingMethodsGet>
- Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter value- Returns:
- ByProjectKeyShippingMethodsGet
-
withPredicateVar
public <TValue> ByProjectKeyShippingMethodsGet withPredicateVar(String varName, Collection<TValue> predicateVar) set predicateVar with the specificied values- Specified by:
withPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
withPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyShippingMethodsGet
-
addPredicateVar
public <TValue> ByProjectKeyShippingMethodsGet addPredicateVar(String varName, Collection<TValue> predicateVar) add additional predicateVar query parameters- Specified by:
addPredicateVar
in interfacePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Specified by:
addPredicateVar
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,
ShippingMethodPagedQueryResponse, ShippingMethodQueryBuilderDsl> - Type Parameters:
TValue
- value type- Parameters:
varName
- parameter namepredicateVar
- parameter values- Returns:
- ByProjectKeyShippingMethodsGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-