Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOrgauthorizationTrustorGroupsRequest
Packages that use GetOrgauthorizationTrustorGroupsRequest
-
Uses of GetOrgauthorizationTrustorGroupsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOrgauthorizationTrustorGroupsRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrustorGroups(GetOrgauthorizationTrustorGroupsRequest request) The list of groups in the trustor organization (i.e. groups granted access).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupsAsync(GetOrgauthorizationTrustorGroupsRequest request, AsyncApiCallback<TrustGroupEntityListing> callback) The list of groups in the trustor organization (i.e. groups granted access). -
Uses of GetOrgauthorizationTrustorGroupsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOrgauthorizationTrustorGroupsRequestModifier and TypeMethodDescriptionGetOrgauthorizationTrustorGroupsRequest.Builder.build()GetOrgauthorizationTrustorGroupsRequest.withCustomHeader(String name, String value) GetOrgauthorizationTrustorGroupsRequest.withPageNumber(Integer pageNumber) GetOrgauthorizationTrustorGroupsRequest.withPageSize(Integer pageSize) GetOrgauthorizationTrustorGroupsRequest.withTrustorOrgId(String trustorOrgId)