Class ByProjectKeyInStoreKeyByStoreKeyMeGet

All Implemented Interfaces:
ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeGet>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>



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