Uses of Class
com.mypurecloud.sdk.v2.api.request.GetUserTrustorsRequest
Packages that use GetUserTrustorsRequest
-
Uses of GetUserTrustorsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetUserTrustorsRequestModifier and TypeMethodDescriptionUsersApi.getUserTrustors(GetUserTrustorsRequest 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. -
Uses of GetUserTrustorsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetUserTrustorsRequestModifier and TypeMethodDescriptionGetUserTrustorsRequest.Builder.build()GetUserTrustorsRequest.withCustomHeader(String name, String value) GetUserTrustorsRequest.withPageNumber(Integer pageNumber) GetUserTrustorsRequest.withPageSize(Integer pageSize) GetUserTrustorsRequest.withUserId(String userId)