Uses of Class
com.mypurecloud.sdk.v2.model.TrustRequest
Packages that use TrustRequest
-
Uses of TrustRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationPairing(GetOrgauthorizationPairingRequest request) Get Pairing InfoOrganizationAuthorizationApi.getOrgauthorizationPairing(String pairingId) Get Pairing InfoOrganizationAuthorizationApi.postOrgauthorizationPairings(PostOrgauthorizationPairingsRequest request) A pairing id is created by the trustee and given to the trustor to create a trust.OrganizationAuthorizationApi.postOrgauthorizationPairings(TrustRequestCreate body) A pairing id is created by the trustee and given to the trustor to create a trust.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationPairing(ApiRequest<Void> request) Get Pairing InfoOrganizationAuthorizationApiAsync.getOrgauthorizationPairingAsync(GetOrgauthorizationPairingRequest request, AsyncApiCallback<TrustRequest> callback) Get Pairing InfoOrganizationAuthorizationApiAsync.getOrgauthorizationPairingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustRequest>> callback) Get Pairing InfoOrganizationAuthorizationApi.getOrgauthorizationPairingWithHttpInfo(String pairingId) Get Pairing InfoOrganizationAuthorizationApi.postOrgauthorizationPairings(ApiRequest<TrustRequestCreate> request) A pairing id is created by the trustee and given to the trustor to create a trust.OrganizationAuthorizationApiAsync.postOrgauthorizationPairingsAsync(PostOrgauthorizationPairingsRequest request, AsyncApiCallback<TrustRequest> callback) A pairing id is created by the trustee and given to the trustor to create a trust.OrganizationAuthorizationApiAsync.postOrgauthorizationPairingsAsync(ApiRequest<TrustRequestCreate> request, AsyncApiCallback<ApiResponse<TrustRequest>> callback) A pairing id is created by the trustee and given to the trustor to create a trust.OrganizationAuthorizationApi.postOrgauthorizationPairingsWithHttpInfo(TrustRequestCreate body) A pairing id is created by the trustee and given to the trustor to create a trust.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustRequestModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationPairingAsync(GetOrgauthorizationPairingRequest request, AsyncApiCallback<TrustRequest> callback) Get Pairing InfoOrganizationAuthorizationApiAsync.getOrgauthorizationPairingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustRequest>> callback) Get Pairing InfoOrganizationAuthorizationApiAsync.postOrgauthorizationPairingsAsync(PostOrgauthorizationPairingsRequest request, AsyncApiCallback<TrustRequest> callback) A pairing id is created by the trustee and given to the trustor to create a trust.OrganizationAuthorizationApiAsync.postOrgauthorizationPairingsAsync(ApiRequest<TrustRequestCreate> request, AsyncApiCallback<ApiResponse<TrustRequest>> callback) A pairing id is created by the trustee and given to the trustor to create a trust.