Class ByProjectKeyAssociateRolesByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyAssociateRolesByIDPost,AssociateRole,AssociateRoleUpdate>
com.commercetools.api.client.ByProjectKeyAssociateRolesByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAssociateRolesByIDPost>, Deprecatable200Trait<ByProjectKeyAssociateRolesByIDPost>, ErrorableTrait<ByProjectKeyAssociateRolesByIDPost>, ExpandableTrait<ByProjectKeyAssociateRolesByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<AssociateRole>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<AssociateRole>



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