Class ByProjectKeyAssociateRolesByIDPostString

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



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