Uses of Class
com.mypurecloud.sdk.v2.api.request.PostOrgauthorizationTrusteeGroupsRequest
Packages that use PostOrgauthorizationTrusteeGroupsRequest
-
Uses of PostOrgauthorizationTrusteeGroupsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostOrgauthorizationTrusteeGroupsRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(PostOrgauthorizationTrusteeGroupsRequest request) Add a group to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(PostOrgauthorizationTrusteeGroupsRequest request, AsyncApiCallback<TrustGroup> callback) Add a group to the trust. -
Uses of PostOrgauthorizationTrusteeGroupsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostOrgauthorizationTrusteeGroupsRequestModifier and TypeMethodDescriptionPostOrgauthorizationTrusteeGroupsRequest.Builder.build()PostOrgauthorizationTrusteeGroupsRequest.withBody(TrustMemberCreate body) PostOrgauthorizationTrusteeGroupsRequest.withCustomHeader(String name, String value) PostOrgauthorizationTrusteeGroupsRequest.withTrusteeOrgId(String trusteeOrgId)