Class ByProjectKeyAssociateRolesByIDGet

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



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