Uses of Class
com.mypurecloud.sdk.v2.api.request.PutOrgauthorizationTrustorGroupRequest
Packages that use PutOrgauthorizationTrustorGroupRequest
-
Uses of PutOrgauthorizationTrustorGroupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutOrgauthorizationTrustorGroupRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.putOrgauthorizationTrustorGroup(PutOrgauthorizationTrustorGroupRequest request) Add a Trustee Group to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorGroupAsync(PutOrgauthorizationTrustorGroupRequest request, AsyncApiCallback<TrustGroup> callback) Add a Trustee Group to the trust. -
Uses of PutOrgauthorizationTrustorGroupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutOrgauthorizationTrustorGroupRequestModifier and TypeMethodDescriptionPutOrgauthorizationTrustorGroupRequest.Builder.build()PutOrgauthorizationTrustorGroupRequest.withCustomHeader(String name, String value) PutOrgauthorizationTrustorGroupRequest.withTrustorGroupId(String trustorGroupId) PutOrgauthorizationTrustorGroupRequest.withTrustorOrgId(String trustorOrgId)