Package com.commercetools.api.client
Class ByProjectKeyVariantProjectionsByIDHead
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyVariantProjectionsByIDHead,JsonNode>
com.commercetools.api.client.ByProjectKeyVariantProjectionsByIDHead
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyVariantProjectionsByIDHead>,ErrorableTrait<ByProjectKeyVariantProjectionsByIDHead>,ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsByIDHead>,ProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>,ClientRequestCommand<JsonNode>,CreateHttpRequestCommand,HttpRequestCommand<JsonNode>,RequestCommand<JsonNode>
public class ByProjectKeyVariantProjectionsByIDHead
extends TypeApiMethod<ByProjectKeyVariantProjectionsByIDHead,JsonNode>
implements ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsByIDHead>, ProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>, ErrorableTrait<ByProjectKeyVariantProjectionsByIDHead>, Deprecatable200Trait<ByProjectKeyVariantProjectionsByIDHead>
Checks if a VariantProjection exists with the provided id. Returns a 200 status if the VariantProjection exists, or a 404 status otherwise.
CompletableFuture<ApiHttpResponse<tools.jackson.databind.JsonNode>> result = apiRoot
.withProjectKey("{projectKey}")
.variantProjections()
.withId("{ID}")
.head()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyVariantProjectionsByIDHead(ApiHttpClient apiHttpClient, String projectKey, String ID) -
Method Summary
Modifier and TypeMethodDescriptionaddFilterAttributes(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 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) getID()inthashCode()inttools.jackson.core.type.TypeReference<JsonNode>voidvoidsetProjectKey(String projectKey) toString()withFilterAttributes(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 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 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.ProjectionselectingvariantTrait
asProjectionselectingvariantTrait, asProjectionselectingvariantTraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ProjectionvalidatingTrait
asProjectionvalidatingTrait, asProjectionvalidatingTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyVariantProjectionsByIDHead
public ByProjectKeyVariantProjectionsByIDHead(ApiHttpClient apiHttpClient, String projectKey, String ID) -
ByProjectKeyVariantProjectionsByIDHead
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<JsonNode>
-
executeBlocking
- Specified by:
executeBlockingin interfaceClientRequestCommand<JsonNode>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyVariantProjectionsByIDHead,JsonNode>
-
execute
- Specified by:
executein interfaceClientRequestCommand<JsonNode>- Specified by:
executein classApiMethod<ByProjectKeyVariantProjectionsByIDHead,JsonNode>
-
getProjectKey
-
getID
-
getStaged
- Specified by:
getStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getPriceCurrency
- Specified by:
getPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getPriceCountry
- Specified by:
getPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getPriceCustomerGroup
- Specified by:
getPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getPriceChannel
- Specified by:
getPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getLocaleProjection
- Specified by:
getLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
getFilterAttributes
- Specified by:
getFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>
-
setProjectKey
-
setID
-
withStaged
set staged with the specified value- Specified by:
withStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addStaged
add additional staged query parameter- Specified by:
addStagedin interfaceProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
staged- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withStaged
set staged with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addStaged
add additional staged query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withStaged
set staged with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addStaged
add additional staged query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withStaged
set staged with the specified values- Type Parameters:
TValue- value type- Parameters:
staged- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addStaged
add additional staged query parameters- Type Parameters:
TValue- value type- Parameters:
staged- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCurrency
set priceCurrency with the specified value- Specified by:
withPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCurrency
add additional priceCurrency query parameter- Specified by:
addPriceCurrencyin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCurrency- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCurrency
set priceCurrency with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCurrency
add additional priceCurrency query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCurrency
public ByProjectKeyVariantProjectionsByIDHead withPriceCurrency(Function<StringBuilder, StringBuilder> op) set priceCurrency with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCurrency
public ByProjectKeyVariantProjectionsByIDHead addPriceCurrency(Function<StringBuilder, StringBuilder> op) add additional priceCurrency query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCurrency
public <TValue> ByProjectKeyVariantProjectionsByIDHead withPriceCurrency(Collection<TValue> priceCurrency) set priceCurrency with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCurrency
public <TValue> ByProjectKeyVariantProjectionsByIDHead addPriceCurrency(Collection<TValue> priceCurrency) add additional priceCurrency query parameters- Type Parameters:
TValue- value type- Parameters:
priceCurrency- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCountry
set priceCountry with the specified value- Specified by:
withPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCountry
add additional priceCountry query parameter- Specified by:
addPriceCountryin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCountry- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCountry
set priceCountry with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCountry
add additional priceCountry query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCountry
public ByProjectKeyVariantProjectionsByIDHead withPriceCountry(Function<StringBuilder, StringBuilder> op) set priceCountry with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCountry
public ByProjectKeyVariantProjectionsByIDHead addPriceCountry(Function<StringBuilder, StringBuilder> op) add additional priceCountry query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCountry
public <TValue> ByProjectKeyVariantProjectionsByIDHead withPriceCountry(Collection<TValue> priceCountry) set priceCountry with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCountry
public <TValue> ByProjectKeyVariantProjectionsByIDHead addPriceCountry(Collection<TValue> priceCountry) add additional priceCountry query parameters- Type Parameters:
TValue- value type- Parameters:
priceCountry- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsByIDHead withPriceCustomerGroup(TValue priceCustomerGroup) set priceCustomerGroup with the specified value- Specified by:
withPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsByIDHead addPriceCustomerGroup(TValue priceCustomerGroup) add additional priceCustomerGroup query parameter- Specified by:
addPriceCustomerGroupin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCustomerGroup
set priceCustomerGroup with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCustomerGroup
add additional priceCustomerGroup query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCustomerGroup
public ByProjectKeyVariantProjectionsByIDHead withPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) set priceCustomerGroup with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCustomerGroup
public ByProjectKeyVariantProjectionsByIDHead addPriceCustomerGroup(Function<StringBuilder, StringBuilder> op) add additional priceCustomerGroup query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsByIDHead withPriceCustomerGroup(Collection<TValue> priceCustomerGroup) set priceCustomerGroup with the specified values- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceCustomerGroup
public <TValue> ByProjectKeyVariantProjectionsByIDHead addPriceCustomerGroup(Collection<TValue> priceCustomerGroup) add additional priceCustomerGroup query parameters- Type Parameters:
TValue- value type- Parameters:
priceCustomerGroup- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceChannel
set priceChannel with the specified value- Specified by:
withPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceChannel
add additional priceChannel query parameter- Specified by:
addPriceChannelin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
priceChannel- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceChannel
set priceChannel with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceChannel
add additional priceChannel query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceChannel
public ByProjectKeyVariantProjectionsByIDHead withPriceChannel(Function<StringBuilder, StringBuilder> op) set priceChannel with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceChannel
public ByProjectKeyVariantProjectionsByIDHead addPriceChannel(Function<StringBuilder, StringBuilder> op) add additional priceChannel query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withPriceChannel
public <TValue> ByProjectKeyVariantProjectionsByIDHead withPriceChannel(Collection<TValue> priceChannel) set priceChannel with the specified values- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addPriceChannel
public <TValue> ByProjectKeyVariantProjectionsByIDHead addPriceChannel(Collection<TValue> priceChannel) add additional priceChannel query parameters- Type Parameters:
TValue- value type- Parameters:
priceChannel- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withLocaleProjection
public <TValue> ByProjectKeyVariantProjectionsByIDHead withLocaleProjection(TValue localeProjection) set localeProjection with the specified value- Specified by:
withLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addLocaleProjection
add additional localeProjection query parameter- Specified by:
addLocaleProjectionin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
localeProjection- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withLocaleProjection
set localeProjection with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addLocaleProjection
add additional localeProjection query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withLocaleProjection
public ByProjectKeyVariantProjectionsByIDHead withLocaleProjection(Function<StringBuilder, StringBuilder> op) set localeProjection with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addLocaleProjection
public ByProjectKeyVariantProjectionsByIDHead addLocaleProjection(Function<StringBuilder, StringBuilder> op) add additional localeProjection query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withLocaleProjection
public <TValue> ByProjectKeyVariantProjectionsByIDHead withLocaleProjection(Collection<TValue> localeProjection) set localeProjection with the specified values- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addLocaleProjection
public <TValue> ByProjectKeyVariantProjectionsByIDHead addLocaleProjection(Collection<TValue> localeProjection) add additional localeProjection query parameters- Type Parameters:
TValue- value type- Parameters:
localeProjection- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withFilterAttributes
public <TValue> ByProjectKeyVariantProjectionsByIDHead withFilterAttributes(TValue filterAttributes) set filterAttributes with the specified value- Specified by:
withFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addFilterAttributes
add additional filterAttributes query parameter- Specified by:
addFilterAttributesin interfaceProjectionvalidatingTrait<ByProjectKeyVariantProjectionsByIDHead>- Type Parameters:
TValue- value type- Parameters:
filterAttributes- value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withFilterAttributes
set filterAttributes with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addFilterAttributes
add additional filterAttributes query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withFilterAttributes
public ByProjectKeyVariantProjectionsByIDHead withFilterAttributes(Function<StringBuilder, StringBuilder> op) set filterAttributes with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addFilterAttributes
public ByProjectKeyVariantProjectionsByIDHead addFilterAttributes(Function<StringBuilder, StringBuilder> op) add additional filterAttributes query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
withFilterAttributes
public <TValue> ByProjectKeyVariantProjectionsByIDHead withFilterAttributes(Collection<TValue> filterAttributes) set filterAttributes with the specified values- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be set- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
addFilterAttributes
public <TValue> ByProjectKeyVariantProjectionsByIDHead addFilterAttributes(Collection<TValue> filterAttributes) add additional filterAttributes query parameters- Type Parameters:
TValue- value type- Parameters:
filterAttributes- values to be added- Returns:
- ByProjectKeyVariantProjectionsByIDHead
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-