Uses of Class
com.mypurecloud.sdk.v2.model.TrustEntityListing
Packages that use TrustEntityListing
-
Uses of TrustEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrustees(GetOrgauthorizationTrusteesRequest request) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrustees(Integer pageSize, Integer pageNumber) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApi.postOrgauthorizationTrusteesCare(PostOrgauthorizationTrusteesCareRequest request) Create a new organization authorization trust with Customer Care.OrganizationAuthorizationApi.postOrgauthorizationTrusteesCare(Boolean assignDefaultRole, Boolean autoExpire, Boolean assignFullAccess, Boolean allowTrustedUserAccess) Create a new organization authorization trust with Customer Care.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrustees(ApiRequest<Void> request) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteesAsync(GetOrgauthorizationTrusteesRequest request, AsyncApiCallback<TrustEntityListing> callback) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustEntityListing>> callback) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApi.getOrgauthorizationTrusteesWithHttpInfo(Integer pageSize, Integer pageNumber) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApi.postOrgauthorizationTrusteesCare(ApiRequest<Void> request) Create a new organization authorization trust with Customer Care.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteesCareAsync(PostOrgauthorizationTrusteesCareRequest request, AsyncApiCallback<TrustEntityListing> callback) Create a new organization authorization trust with Customer Care.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteesCareAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustEntityListing>> callback) Create a new organization authorization trust with Customer Care.OrganizationAuthorizationApi.postOrgauthorizationTrusteesCareWithHttpInfo(Boolean assignDefaultRole, Boolean autoExpire, Boolean assignFullAccess, Boolean allowTrustedUserAccess) Create a new organization authorization trust with Customer Care.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustEntityListingModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteesAsync(GetOrgauthorizationTrusteesRequest request, AsyncApiCallback<TrustEntityListing> callback) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApiAsync.getOrgauthorizationTrusteesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustEntityListing>> callback) The list of trustees for this organization (i.e. organizations granted access to this organization).OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteesCareAsync(PostOrgauthorizationTrusteesCareRequest request, AsyncApiCallback<TrustEntityListing> callback) Create a new organization authorization trust with Customer Care.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteesCareAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustEntityListing>> callback) Create a new organization authorization trust with Customer Care. -
Uses of TrustEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustEntityListingModifier and TypeMethodDescriptionTrustEntityListing.pageNumber(Integer pageNumber) TrustEntityListing.previousUri(String previousUri)