Package com.commercetools.api.client
Class ByProjectKeyTypesKeyByKeyGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyTypesKeyByKeyGet,Type>
com.commercetools.api.client.ByProjectKeyTypesKeyByKeyGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTypesKeyByKeyGet>,ErrorableTrait<ByProjectKeyTypesKeyByKeyGet>,ExpandableTrait<ByProjectKeyTypesKeyByKeyGet>,ClientRequestCommand<Type>,CreateHttpRequestCommand,HttpRequestCommand<Type>,RequestCommand<Type>
public class ByProjectKeyTypesKeyByKeyGet
extends TypeApiMethod<ByProjectKeyTypesKeyByKeyGet,Type>
implements ExpandableTrait<ByProjectKeyTypesKeyByKeyGet>, ErrorableTrait<ByProjectKeyTypesKeyByKeyGet>, Deprecatable200Trait<ByProjectKeyTypesKeyByKeyGet>
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.Type>> result = apiRoot
.withProjectKey("{projectKey}")
.types()
.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
ConstructorsConstructorDescriptionByProjectKeyTypesKeyByKeyGet(ApiHttpClient apiHttpClient, String projectKey, String key) -
Method Summary
Modifier and TypeMethodDescription<TValue> ByProjectKeyTypesKeyByKeyGetaddExpand(Collection<TValue> expand) add additional expand query parametersadd additional expand query parameteradd additional expand query parameter<TValue> ByProjectKeyTypesKeyByKeyGetaddExpand(TValue expand) add additional expand query parameterbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getKey()inthashCode()intcom.fasterxml.jackson.core.type.TypeReference<Type>voidvoidsetProjectKey(String projectKey) toString()<TValue> ByProjectKeyTypesKeyByKeyGetwithExpand(Collection<TValue> expand) set expand with the specified valuesset expand with the specified valuewithExpand(Supplier<String> supplier) set expand with the specified value<TValue> ByProjectKeyTypesKeyByKeyGetwithExpand(TValue expand) set expand 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.ExpandableTrait
asExpandableTrait, asExpandableTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyTypesKeyByKeyGet
-
ByProjectKeyTypesKeyByKeyGet
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<Type>
-
executeBlocking
- Specified by:
executeBlockingin interfaceClientRequestCommand<Type>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyTypesKeyByKeyGet,Type>
-
execute
- Specified by:
executein interfaceClientRequestCommand<Type>- Specified by:
executein classApiMethod<ByProjectKeyTypesKeyByKeyGet,Type>
-
getProjectKey
-
getKey
-
getExpand
- Specified by:
getExpandin interfaceExpandableTrait<ByProjectKeyTypesKeyByKeyGet>
-
setProjectKey
-
setKey
-
withExpand
set expand with the specified value- Specified by:
withExpandin interfaceExpandableTrait<ByProjectKeyTypesKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be set- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
addExpand
add additional expand query parameter- Specified by:
addExpandin interfaceExpandableTrait<ByProjectKeyTypesKeyByKeyGet>- Type Parameters:
TValue- value type- Parameters:
expand- value to be added- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
withExpand
set expand with the specified value- Parameters:
supplier- supplier for the value to be set- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
addExpand
add additional expand query parameter- Parameters:
supplier- supplier for the value to be added- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
withExpand
set expand with the specified value- Parameters:
op- builder for the value to be set- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
addExpand
add additional expand query parameter- Parameters:
op- builder for the value to be added- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
withExpand
set expand with the specified values- Type Parameters:
TValue- value type- Parameters:
expand- values to be set- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
addExpand
add additional expand query parameters- Type Parameters:
TValue- value type- Parameters:
expand- values to be added- Returns:
- ByProjectKeyTypesKeyByKeyGet
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-