Class ByProjectKeyInStoreKeyByStoreKeyMeGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeGet,Customer>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeGet
All Implemented Interfaces:
ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .me()
            .get()
            .execute()