Uses of Class
com.mypurecloud.sdk.v2.model.TrustUser
Packages that use TrustUser
-
Uses of TrustUser in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustUserModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeUser(GetOrgauthorizationTrusteeUserRequest request) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrusteeUser(String trusteeOrgId, String trusteeUserId) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrustorUser(GetOrgauthorizationTrustorUserRequest request) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrustorUser(String trustorOrgId, String trusteeUserId) Get Trustee UserOrganizationAuthorizationApi.postOrgauthorizationTrusteeUsers(PostOrgauthorizationTrusteeUsersRequest request) Add a user to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeUsers(String trusteeOrgId, TrustMemberCreate body) Add a user to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorUser(PutOrgauthorizationTrustorUserRequest request) Add a Trustee user to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorUser(String trustorOrgId, String trusteeUserId) Add a Trustee user to the trust.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustUserModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeUser(ApiRequest<Void> request) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUserAsync(GetOrgauthorizationTrusteeUserRequest request, AsyncApiCallback<TrustUser> callback) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrusteeUserWithHttpInfo(String trusteeOrgId, String trusteeUserId) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrustorUser(ApiRequest<Void> request) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUserAsync(GetOrgauthorizationTrustorUserRequest request, AsyncApiCallback<TrustUser> callback) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Get Trustee UserOrganizationAuthorizationApi.getOrgauthorizationTrustorUserWithHttpInfo(String trustorOrgId, String trusteeUserId) Get Trustee UserOrganizationAuthorizationApi.postOrgauthorizationTrusteeUsers(ApiRequest<TrustMemberCreate> request) Add a user to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeUsersAsync(PostOrgauthorizationTrusteeUsersRequest request, AsyncApiCallback<TrustUser> callback) Add a user to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeUsersAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Add a user to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeUsersWithHttpInfo(String trusteeOrgId, TrustMemberCreate body) Add a user to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorUser(ApiRequest<Void> request) Add a Trustee user to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorUserAsync(PutOrgauthorizationTrustorUserRequest request, AsyncApiCallback<TrustUser> callback) Add a Trustee user to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Add a Trustee user to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorUserWithHttpInfo(String trustorOrgId, String trusteeUserId) Add a Trustee user to the trust.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustUserModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUserAsync(GetOrgauthorizationTrusteeUserRequest request, AsyncApiCallback<TrustUser> callback) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUserAsync(GetOrgauthorizationTrustorUserRequest request, AsyncApiCallback<TrustUser> callback) Get Trustee UserOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Get Trustee UserOrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeUsersAsync(PostOrgauthorizationTrusteeUsersRequest request, AsyncApiCallback<TrustUser> callback) Add a user to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeUsersAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Add a user to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorUserAsync(PutOrgauthorizationTrustorUserRequest request, AsyncApiCallback<TrustUser> callback) Add a Trustee user to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorUserAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Add a Trustee user to the trust. -
Uses of TrustUser in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustUserModifier and TypeMethodDescriptionTrustUser.acdAutoAnswer(Boolean acdAutoAnswer) acd auto answerEmail addresses and phone numbers for this userTrustUser.certifications(List<String> certifications) TrustUser.department(String department) The division to which this entity belongs.TrustUser.employerInfo(EmployerInfo employerInfo) TrustUser.lastTokenIssued(OAuthLastTokenIssued lastTokenIssued) TrustUser.preferredName(String preferredName) Preferred full name of the agentTrustUser.trustUserDetails(TrustUserDetails trustUserDetails) Required when updating a user, this value should be the current version of the user.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TrustUserMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TrustUserModifier and TypeMethodDescriptionvoidTrustUserEntityListing.setEntities(List<TrustUser> entities)