Class ByProjectKeyAssociateRolesKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAssociateRolesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyAssociateRolesKeyByKeyPost>, ErrorableTrait<ByProjectKeyAssociateRolesKeyByKeyPost>, ExpandableTrait<ByProjectKeyAssociateRolesKeyByKeyPost>, ClientRequestCommand<AssociateRole>, CreateHttpRequestCommand, HttpRequestCommand<AssociateRole>, RequestCommand<AssociateRole>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.associate_role.AssociateRole>> result = apiRoot
            .withProjectKey("{projectKey}")
            .associateRoles()
            .withKey("{key}")
            .post(null)
            .execute()