Uses of Class
com.mypurecloud.sdk.v2.model.TrustGroupEntityListing
Packages that use TrustGroupEntityListing
-
Uses of TrustGroupEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustGroupEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroups(GetOrgauthorizationTrusteeGroupsRequest request) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrusteeGroups(String trusteeOrgId, Integer pageSize, Integer pageNumber) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrustorGroups(GetOrgauthorizationTrustorGroupsRequest request) The list of groups in the trustor organization (i.e. groups granted access).OrganizationAuthorizationApi.getOrgauthorizationTrustorGroups(String trustorOrgId, Integer pageSize, Integer pageNumber) The list of groups in the trustor organization (i.e. groups granted access).Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustGroupEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroups(ApiRequest<Void> 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).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroupEntityListing>> callback) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrusteeGroupsWithHttpInfo(String trusteeOrgId, Integer pageSize, Integer pageNumber) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrustorGroups(ApiRequest<Void> 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).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroupEntityListing>> callback) The list of groups in the trustor organization (i.e. groups granted access).OrganizationAuthorizationApi.getOrgauthorizationTrustorGroupsWithHttpInfo(String trustorOrgId, Integer pageSize, Integer pageNumber) The list of groups in the trustor organization (i.e. groups granted access).Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustGroupEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupsAsync(GetOrgauthorizationTrusteeGroupsRequest request, AsyncApiCallback<TrustGroupEntityListing> callback) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroupEntityListing>> callback) The list of trustee groups for this organization (i.e. groups granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupsAsync(GetOrgauthorizationTrustorGroupsRequest request, AsyncApiCallback<TrustGroupEntityListing> callback) The list of groups in the trustor organization (i.e. groups granted access).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroupEntityListing>> callback) The list of groups in the trustor organization (i.e. groups granted access). -
Uses of TrustGroupEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustGroupEntityListingModifier and TypeMethodDescriptionTrustGroupEntityListing.entities(List<TrustGroup> entities) TrustGroupEntityListing.pageNumber(Integer pageNumber) TrustGroupEntityListing.previousUri(String previousUri)