Class ByProjectKeyStatesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStatesGet,StatePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyStatesGet
All Implemented Interfaces:
ByProjectKeyStatesGetMixin, Deprecatable200Trait<ByProjectKeyStatesGet>, ErrorableTrait<ByProjectKeyStatesGet>, ExpandableTrait<ByProjectKeyStatesGet>, PagedQueryResourceRequest<ByProjectKeyStatesGet,StatePagedQueryResponse,StateQueryBuilderDsl>, PagingTrait<ByProjectKeyStatesGet>, QueryTrait<ByProjectKeyStatesGet>, SimplePagedQueryResourceRequest<ByProjectKeyStatesGet,StatePagedQueryResponse,StateQueryBuilderDsl>, SortableTrait<ByProjectKeyStatesGet>, io.vrap.rmf.base.client.ClientRequestCommand<StatePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<StatePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.state.StatePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .states()
            .get()
            .execute()