Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOrgauthorizationTrusteeGroupsRequest
Packages that use GetOrgauthorizationTrusteeGroupsRequest
-
Uses of GetOrgauthorizationTrusteeGroupsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOrgauthorizationTrusteeGroupsRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroups(GetOrgauthorizationTrusteeGroupsRequest request) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupsAsync(GetOrgauthorizationTrusteeGroupsRequest request, AsyncApiCallback<TrustGroupEntityListing> callback) The list of trustee groups for this organization (i.e. groups granted access to this organization). -
Uses of GetOrgauthorizationTrusteeGroupsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOrgauthorizationTrusteeGroupsRequestModifier and TypeMethodDescriptionGetOrgauthorizationTrusteeGroupsRequest.Builder.build()GetOrgauthorizationTrusteeGroupsRequest.withCustomHeader(String name, String value) GetOrgauthorizationTrusteeGroupsRequest.withPageNumber(Integer pageNumber) GetOrgauthorizationTrusteeGroupsRequest.withPageSize(Integer pageSize) GetOrgauthorizationTrusteeGroupsRequest.withTrusteeOrgId(String trusteeOrgId)