Class ByProjectKeyAssociateRolesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyAssociateRolesGet,AssociateRolePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyAssociateRolesGet
All Implemented Interfaces:
ByProjectKeyAssociateRolesGetMixin, Deprecatable200Trait<ByProjectKeyAssociateRolesGet>, ErrorableTrait<ByProjectKeyAssociateRolesGet>, ExpandableTrait<ByProjectKeyAssociateRolesGet>, PagedQueryResourceRequest<ByProjectKeyAssociateRolesGet,AssociateRolePagedQueryResponse,AssociateRoleQueryBuilderDsl>, PagingTrait<ByProjectKeyAssociateRolesGet>, QueryTrait<ByProjectKeyAssociateRolesGet>, SimplePagedQueryResourceRequest<ByProjectKeyAssociateRolesGet,AssociateRolePagedQueryResponse,AssociateRoleQueryBuilderDsl>, SortableTrait<ByProjectKeyAssociateRolesGet>, io.vrap.rmf.base.client.ClientRequestCommand<AssociateRolePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<AssociateRolePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.associate_role.AssociateRolePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .associateRoles()
            .get()
            .execute()