Uses of Class
com.mypurecloud.sdk.v2.model.TrustorEntityListing
Packages that use TrustorEntityListing
-
Uses of TrustorEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustorEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrustors(GetOrgauthorizationTrustorsRequest request) The list of organizations that have authorized/trusted your organization.OrganizationAuthorizationApi.getOrgauthorizationTrustors(Integer pageSize, Integer pageNumber) The list of organizations that have authorized/trusted your organization.UsersApi.getUserTrustors(GetUserTrustorsRequest request) List the organizations that have authorized/trusted the user.UsersApi.getUserTrustors(String userId, Integer pageSize, Integer pageNumber) List the organizations that have authorized/trusted the user.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustorEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrustors(ApiRequest<Void> request) The list of organizations that have authorized/trusted your organization.OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorsAsync(GetOrgauthorizationTrustorsRequest request, AsyncApiCallback<TrustorEntityListing> callback) The list of organizations that have authorized/trusted your organization.OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustorEntityListing>> callback) The list of organizations that have authorized/trusted your organization.OrganizationAuthorizationApi.getOrgauthorizationTrustorsWithHttpInfo(Integer pageSize, Integer pageNumber) The list of organizations that have authorized/trusted your organization.UsersApi.getUserTrustors(ApiRequest<Void> request) List the organizations that have authorized/trusted the user.UsersApiAsync.getUserTrustorsAsync(GetUserTrustorsRequest request, AsyncApiCallback<TrustorEntityListing> callback) List the organizations that have authorized/trusted the user.UsersApiAsync.getUserTrustorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustorEntityListing>> callback) List the organizations that have authorized/trusted the user.UsersApi.getUserTrustorsWithHttpInfo(String userId, Integer pageSize, Integer pageNumber) List the organizations that have authorized/trusted the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustorEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorsAsync(GetOrgauthorizationTrustorsRequest request, AsyncApiCallback<TrustorEntityListing> callback) The list of organizations that have authorized/trusted your organization.OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustorEntityListing>> callback) The list of organizations that have authorized/trusted your organization.UsersApiAsync.getUserTrustorsAsync(GetUserTrustorsRequest request, AsyncApiCallback<TrustorEntityListing> callback) List the organizations that have authorized/trusted the user.UsersApiAsync.getUserTrustorsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustorEntityListing>> callback) List the organizations that have authorized/trusted the user. -
Uses of TrustorEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustorEntityListingModifier and TypeMethodDescriptionTrustorEntityListing.pageNumber(Integer pageNumber) TrustorEntityListing.previousUri(String previousUri)