Package com.commercetools.api.client
Class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet,VariantProjection>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
- All Implemented Interfaces:
AttributefilteringTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,LocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,PriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>,ClientRequestCommand<VariantProjection>,CreateHttpRequestCommand,HttpRequestCommand<VariantProjection>,RequestCommand<VariantProjection>
public class ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
extends TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet,VariantProjection>
implements ProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, LocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, AttributefilteringTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
Retrieves a Variant Projection by its key in the specified Store.
Only returns Variants belonging to Products distributed through the Store's configured channels.
Required access scopes:
To retrieve the current representation, the
view_published_products:{projectKey}scope is required.To retrieve the staged representation, the API Client must have the
view_products:{projectKey}scope.To access Variant Projections in the context of a Store, the
view_products:{projectKey}:{storeKey}scope is required.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.variant.VariantProjection>> result = apiRoot
.withProjectKey("{projectKey}")
.inStoreKeyWithStoreKeyValue("{storeKey}")
.variantProjections()
.withKey("{key}")
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet t) ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String key) -
Method Summary
Modifier and TypeMethodDescriptionaddExpand(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameteraddExpand(TValue expand) add additional expand query parameteraddFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parametersadd additional filterAttributes query parameteraddFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameteraddFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameteraddLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parametersadd additional localeProjection query parameteraddLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameteraddLocaleProjection(TValue localeProjection) add additional localeProjection query parameteraddPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parametersadd additional priceChannel query parameteraddPriceChannel(Supplier<String> supplier) add additional priceChannel query parameteraddPriceChannel(TValue priceChannel) add additional priceChannel query parameteraddPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parametersadd additional priceCountry query parameteraddPriceCountry(Supplier<String> supplier) add additional priceCountry query parameteraddPriceCountry(TValue priceCountry) add additional priceCountry query parameteraddPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parametersadd additional priceCurrency query parameteraddPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameteraddPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameteraddPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parametersadd additional priceCustomerGroup query parameteraddPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameteraddPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameteraddPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parametersadd additional priceCustomerGroupAssignments query parameteraddPriceCustomerGroupAssignments(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameteraddPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameteraddPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) add additional priceRecurrencePolicy query parametersadd additional priceRecurrencePolicy query parameteraddPriceRecurrencePolicy(Supplier<String> supplier) add additional priceRecurrencePolicy query parameteraddPriceRecurrencePolicy(TValue priceRecurrencePolicy) add additional priceRecurrencePolicy query parameteraddStaged(Collection<TValue> staged) add additional staged query parametersadd additional staged query parameteradd additional staged query parameteraddStaged(TValue staged) add additional staged query parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getKey()inthashCode()inttools.jackson.core.type.TypeReference<VariantProjection>voidvoidsetProjectKey(String projectKey) voidsetStoreKey(String storeKey) toString()withExpand(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand(Supplier<String> supplier) set expand with the specified valuewithExpand(TValue expand) set expand with the specified valuewithFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified valuesset filterAttributes with the specified valuewithFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified valuewithFilterAttributes(TValue filterAttributes) set filterAttributes with the specified valuewithLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified valuesset localeProjection with the specified valuewithLocaleProjection(Supplier<String> supplier) set localeProjection with the specified valuewithLocaleProjection(TValue localeProjection) set localeProjection with the specified valuewithPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified valuesset priceChannel with the specified valuewithPriceChannel(Supplier<String> supplier) set priceChannel with the specified valuewithPriceChannel(TValue priceChannel) set priceChannel with the specified valuewithPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified valuesset priceCountry with the specified valuewithPriceCountry(Supplier<String> supplier) set priceCountry with the specified valuewithPriceCountry(TValue priceCountry) set priceCountry with the specified valuewithPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified valuesset priceCurrency with the specified valuewithPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified valuewithPriceCurrency(TValue priceCurrency) set priceCurrency with the specified valuewithPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified valuesset priceCustomerGroup with the specified valuewithPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified valuewithPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified valuewithPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified valuesset priceCustomerGroupAssignments with the specified valuewithPriceCustomerGroupAssignments(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified valuewithPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified valuewithPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) set priceRecurrencePolicy with the specified valuesset priceRecurrencePolicy with the specified valuewithPriceRecurrencePolicy(Supplier<String> supplier) set priceRecurrencePolicy with the specified valuewithPriceRecurrencePolicy(TValue priceRecurrencePolicy) set priceRecurrencePolicy with the specified valuewithStaged(Collection<TValue> staged) set staged with the specified valuesset staged with the specified valuewithStaged(Supplier<Boolean> supplier) set staged with the specified valuewithStaged(TValue staged) set staged 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, withQueryParamsMethods inherited from interface com.commercetools.api.client.AttributefilteringTrait
asAttributefilteringTrait, asAttributefilteringTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlockingMethods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequestMethods inherited from interface com.commercetools.api.client.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.LocaleprojectingTrait
asLocaleprojectingTrait, asLocaleprojectingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.PriceselectingTrait
asPriceselectingTrait, asPriceselectingTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ProjectionselectingvariantTrait
asProjectionselectingvariantTrait, asProjectionselectingvariantTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet(ApiHttpClient apiHttpClient, String projectKey, String storeKey, String key) -
ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet(ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet t)
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<VariantProjection>
-
executeBlocking
- Specified by:
executeBlockingin interfaceClientRequestCommand<VariantProjection>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet,VariantProjection>
-
execute
- Specified by:
executein interfaceClientRequestCommand<VariantProjection>- Specified by:
executein classApiMethod<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet,VariantProjection>
-
getProjectKey
-
getStoreKey
-
getKey
-
getStaged
- Specified by:
getStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceCurrency
- Specified by:
getPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceCountry
- Specified by:
getPriceCountryin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceCustomerGroupAssignments
- Specified by:
getPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceChannel
- Specified by:
getPriceChannelin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getPriceRecurrencePolicy
- Specified by:
getPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getLocaleProjection
- Specified by:
getLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getFilterAttributes
- Specified by:
getFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
getExpand
- Specified by:
getExpandin interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>
-
setProjectKey
-
setStoreKey
-
setKey
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withStaged(TValue staged) set staged with the specified value- Specified by:
withStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
staged- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addStaged(TValue staged) add additional staged query parameter- Specified by:
addStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
staged- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withStaged(Supplier<Boolean> supplier) set staged with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addStaged(Supplier<Boolean> supplier) add additional staged query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withStaged(Function<StringBuilder, StringBuilder> op) set staged with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addStaged
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addStaged(Function<StringBuilder, StringBuilder> op) add additional staged query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withStaged(Collection<TValue> staged) set staged with the specified values- Type Parameters:
TValue- value type- Parameters:
staged- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addStaged
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addStaged(Collection<TValue> staged) add additional staged query parameters- Type Parameters:
TValue- value type- Parameters:
staged- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCurrency(TValue priceCurrency) set priceCurrency with the specified value- Specified by:
withPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCurrency(TValue priceCurrency) add additional priceCurrency query parameter- Specified by:
addPriceCurrencyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCurrency(Supplier<String> supplier) set priceCurrency with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCurrency(Supplier<String> supplier) add additional priceCurrency query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCurrency
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCurrency
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCountry(TValue priceCountry) set priceCountry with the specified value- Specified by:
withPriceCountryin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCountry(TValue priceCountry) add additional priceCountry query parameter- Specified by:
addPriceCountryin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCountry(Supplier<String> supplier) set priceCountry with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCountry(Supplier<String> supplier) add additional priceCountry query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCountry
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCountry
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroupin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroup(Supplier<String> supplier) set priceCustomerGroup with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroup(Supplier<String> supplier) add additional priceCustomerGroup query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroup
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified value- Specified by:
withPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroupAssignments(TValue priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameter- Specified by:
addPriceCustomerGroupAssignmentsin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroupAssignments(Supplier<String> supplier) set priceCustomerGroupAssignments with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroupAssignments(Supplier<String> supplier) add additional priceCustomerGroupAssignments query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroupAssignments
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) set priceCustomerGroupAssignments with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroupAssignments
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroupAssignments(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroupAssignments query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceCustomerGroupAssignments
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) set priceCustomerGroupAssignments with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceCustomerGroupAssignments
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceCustomerGroupAssignments(Collection<TValue> priceCustomerGroupAssignments) add additional priceCustomerGroupAssignments query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroupAssignments- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceChannel(TValue priceChannel) set priceChannel with the specified value- Specified by:
withPriceChannelin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceChannel(TValue priceChannel) add additional priceChannel query parameter- Specified by:
addPriceChannelin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceChannel(Supplier<String> supplier) set priceChannel with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceChannel(Supplier<String> supplier) add additional priceChannel query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceChannel
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceChannel
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceRecurrencePolicy
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceRecurrencePolicy(TValue priceRecurrencePolicy) set priceRecurrencePolicy with the specified value- Specified by:
withPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceRecurrencePolicy
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceRecurrencePolicy(TValue priceRecurrencePolicy) add additional priceRecurrencePolicy query parameter- Specified by:
addPriceRecurrencePolicyin interfacePriceselectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceRecurrencePolicy
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceRecurrencePolicy(Supplier<String> supplier) set priceRecurrencePolicy with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceRecurrencePolicy
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceRecurrencePolicy(Supplier<String> supplier) add additional priceRecurrencePolicy query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceRecurrencePolicy
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceRecurrencePolicy(Function<StringBuilder, StringBuilder> op) set priceRecurrencePolicy with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceRecurrencePolicy
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceRecurrencePolicy(Function<StringBuilder, StringBuilder> op) add additional priceRecurrencePolicy query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withPriceRecurrencePolicy
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) set priceRecurrencePolicy with the specified values- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addPriceRecurrencePolicy
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addPriceRecurrencePolicy(Collection<TValue> priceRecurrencePolicy) add additional priceRecurrencePolicy query parameters- Type Parameters:
TValue- value type- Parameters:
priceRecurrencePolicy- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addLocaleProjection(TValue localeProjection) add additional localeProjection query parameter- Specified by:
addLocaleProjectionin interfaceLocaleprojectingTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withLocaleProjection(Supplier<String> supplier) set localeProjection with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addLocaleProjection(Supplier<String> supplier) add additional localeProjection query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addLocaleProjection
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addLocaleProjection
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withFilterAttributes(TValue filterAttributes) set filterAttributes with the specified value- Specified by:
withFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addFilterAttributes(TValue filterAttributes) add additional filterAttributes query parameter- Specified by:
addFilterAttributesin interfaceAttributefilteringTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withFilterAttributes(Supplier<String> supplier) set filterAttributes with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addFilterAttributes(Supplier<String> supplier) add additional filterAttributes query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withFilterAttributes(Function<StringBuilder, StringBuilder> op) set filterAttributes with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addFilterAttributes
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addFilterAttributes(Function<StringBuilder, StringBuilder> op) add additional filterAttributes query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified values- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addFilterAttributes
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parameters- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withExpand(TValue expand) set expand with the specified value- Specified by:
withExpandin interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addExpand(TValue expand) add additional expand query parameter- Specified by:
addExpandin interfaceExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withExpand(Supplier<String> supplier) set expand with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addExpand(Supplier<String> supplier) add additional expand query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withExpand
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withExpand(Function<StringBuilder, StringBuilder> op) set expand with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addExpand
public ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addExpand(Function<StringBuilder, StringBuilder> op) add additional expand query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
withExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet withExpand(Collection<TValue> expand) set expand with the specified values- Type Parameters:
TValue- value type- Parameters:
expand- values to be set- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
addExpand
public <TValue> ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet addExpand(Collection<TValue> expand) add additional expand query parameters- Type Parameters:
TValue- value type- Parameters:
expand- values to be added- Returns:
- ByProjectKeyInStoreKeyByStoreKeyVariantProjectionsKeyByKeyGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-