Package com.commercetools.api.client
Class ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,CustomerSignInResult,MyBusinessUnitAssociateDraft>
com.commercetools.api.client.ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
- All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<CustomerSignInResult>
,io.vrap.rmf.base.client.CreateHttpRequestCommand
,io.vrap.rmf.base.client.HttpRequestCommand<CustomerSignInResult>
,io.vrap.rmf.base.client.RequestCommand<CustomerSignInResult>
public class ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
extends io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,CustomerSignInResult,MyBusinessUnitAssociateDraft>
The My Business Unit endpoint does not support assigning existing Customers to a Business Unit. Associates with the UpdateAssociates
Permission can use this endpoint to create a new Customer and associate it with the Business Unit. If the required Permission is missing, an AssociateMissingPermission error is returned.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.CustomerSignInResult>> result = apiRoot
.withProjectKey("{projectKey}")
.inBusinessUnitKeyWithBusinessUnitKeyValue("{businessUnitKey}")
.me()
.customers()
.post(null)
.execute()
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
(ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost t) ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String businessUnitKey, MyBusinessUnitAssociateDraft myBusinessUnitAssociateDraft) -
Method Summary
Modifier and TypeMethodDescriptionboolean
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<CustomerSignInResult>>
execute
(io.vrap.rmf.base.client.ApiHttpClient client) io.vrap.rmf.base.client.ApiHttpResponse<CustomerSignInResult>
executeBlocking
(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) getBody()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<CustomerSignInResult>
void
setBusinessUnitKey
(String businessUnitKey) void
setProjectKey
(String projectKey) toString()
withBody
(MyBusinessUnitAssociateDraft myBusinessUnitAssociateDraft) Methods 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 io.vrap.rmf.base.client.ClientRequestCommand
executeBlocking
Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand
createHttpRequest
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
public ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String businessUnitKey, MyBusinessUnitAssociateDraft myBusinessUnitAssociateDraft) -
ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost
public ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost(ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost t)
-
-
Method Details
-
resultType
-
executeBlocking
public io.vrap.rmf.base.client.ApiHttpResponse<CustomerSignInResult> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<CustomerSignInResult>
- Specified by:
executeBlocking
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,
CustomerSignInResult>
-
execute
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<CustomerSignInResult>> execute(io.vrap.rmf.base.client.ApiHttpClient client) - Specified by:
execute
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<CustomerSignInResult>
- Specified by:
execute
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,
CustomerSignInResult>
-
getProjectKey
-
getBusinessUnitKey
-
setProjectKey
-
setBusinessUnitKey
-
getBody
- Overrides:
getBody
in classio.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,
CustomerSignInResult, MyBusinessUnitAssociateDraft>
-
withBody
public ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost withBody(MyBusinessUnitAssociateDraft myBusinessUnitAssociateDraft) - Overrides:
withBody
in classio.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyInBusinessUnitKeyByBusinessUnitKeyMeCustomersPost,
CustomerSignInResult, MyBusinessUnitAssociateDraft>
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-