Class ByProjectKeyAssociateRolesGet

All Implemented Interfaces:
ByProjectKeyAssociateRolesGetMixin, Deprecatable200Trait<ByProjectKeyAssociateRolesGet>, ErrorableTrait<ByProjectKeyAssociateRolesGet>, ExpandableTrait<ByProjectKeyAssociateRolesGet>, PagedQueryResourceRequest<ByProjectKeyAssociateRolesGet,AssociateRolePagedQueryResponse,com.commercetools.api.predicates.query.associate_role.AssociateRoleQueryBuilderDsl>, PagingTrait<ByProjectKeyAssociateRolesGet>, QueryTrait<ByProjectKeyAssociateRolesGet>, SimplePagedQueryResourceRequest<ByProjectKeyAssociateRolesGet,AssociateRolePagedQueryResponse,com.commercetools.api.predicates.query.associate_role.AssociateRoleQueryBuilderDsl>, SortableTrait<ByProjectKeyAssociateRolesGet>, ClientRequestCommand<AssociateRolePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<AssociateRolePagedQueryResponse>, RequestCommand<AssociateRolePagedQueryResponse>



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