Uses of Class
com.mypurecloud.sdk.v2.model.TrustUserEntityListing
Packages that use TrustUserEntityListing
-
Uses of TrustUserEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustUserEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeUsers(GetOrgauthorizationTrusteeUsersRequest request) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrusteeUsers(String trusteeOrgId, Integer pageSize, Integer pageNumber) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrustorUsers(GetOrgauthorizationTrustorUsersRequest request) The list of users in the trustor organization (i.e. users granted access).OrganizationAuthorizationApi.getOrgauthorizationTrustorUsers(String trustorOrgId, Integer pageSize, Integer pageNumber) The list of users in the trustor organization (i.e. users granted access).Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustUserEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeUsers(ApiRequest<Void> request) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUsersAsync(GetOrgauthorizationTrusteeUsersRequest request, AsyncApiCallback<TrustUserEntityListing> callback) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUserEntityListing>> callback) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrusteeUsersWithHttpInfo(String trusteeOrgId, Integer pageSize, Integer pageNumber) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrustorUsers(ApiRequest<Void> request) The list of users in the trustor organization (i.e. users granted access).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUsersAsync(GetOrgauthorizationTrustorUsersRequest request, AsyncApiCallback<TrustUserEntityListing> callback) The list of users in the trustor organization (i.e. users granted access).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUserEntityListing>> callback) The list of users in the trustor organization (i.e. users granted access).OrganizationAuthorizationApi.getOrgauthorizationTrustorUsersWithHttpInfo(String trustorOrgId, Integer pageSize, Integer pageNumber) The list of users in the trustor organization (i.e. users granted access).Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustUserEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUsersAsync(GetOrgauthorizationTrusteeUsersRequest request, AsyncApiCallback<TrustUserEntityListing> callback) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUserEntityListing>> callback) The list of trustee users for this organization (i.e. users granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUsersAsync(GetOrgauthorizationTrustorUsersRequest request, AsyncApiCallback<TrustUserEntityListing> callback) The list of users in the trustor organization (i.e. users granted access).OrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUsersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUserEntityListing>> callback) The list of users in the trustor organization (i.e. users granted access). -
Uses of TrustUserEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustUserEntityListingModifier and TypeMethodDescriptionTrustUserEntityListing.pageNumber(Integer pageNumber) TrustUserEntityListing.previousUri(String previousUri)