Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest
Packages that use PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest
-
Uses of PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequestModifier and TypeMethodDescriptionvoidTelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationId(PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest request) Approving a requested linkTelephonyApiAsync.patchTelephonyOrganizationLinkApproveRequestingOrganizationIdAsync(PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest request, AsyncApiCallback<Void> callback) Approving a requested link -
Uses of PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequestModifier and TypeMethodDescriptionPatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.Builder.build()PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.withBody(OrganizationLinkApprovalRequest body) PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.withCustomHeader(String name, String value) PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.withRequestingOrganizationId(String requestingOrganizationId)