Class ByProjectKeyCustomersPasswordTokenPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomersPasswordTokenPostString,CustomerToken>
com.commercetools.api.client.ByProjectKeyCustomersPasswordTokenPostString
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersPasswordTokenPostString>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerToken>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerToken>

public class ByProjectKeyCustomersPasswordTokenPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomersPasswordTokenPostString,CustomerToken> implements ErrorableTrait<ByProjectKeyCustomersPasswordTokenPostString>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.CustomerToken>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .passwordToken()
            .post("")
            .execute()