Class ByProjectKeyTypesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTypesGet,TypePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyTypesGet
All Implemented Interfaces:
ByProjectKeyTypesGetMixin, Deprecatable200Trait<ByProjectKeyTypesGet>, ErrorableTrait<ByProjectKeyTypesGet>, ExpandableTrait<ByProjectKeyTypesGet>, PagedQueryResourceRequest<ByProjectKeyTypesGet,TypePagedQueryResponse,TypeQueryBuilderDsl>, PagingTrait<ByProjectKeyTypesGet>, QueryTrait<ByProjectKeyTypesGet>, SortableTrait<ByProjectKeyTypesGet>, PagedQueryResourceRequest<ByProjectKeyTypesGet,TypePagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<TypePagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<TypePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.TypePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .get()
            .execute()