Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationLinkApprovalRequest
Packages that use OrganizationLinkApprovalRequest
Package
Description
-
Uses of OrganizationLinkApprovalRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionvoidTelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationId(String requestingOrganizationId, OrganizationLinkApprovalRequest body) Approving a requested linkTelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationIdWithHttpInfo(String requestingOrganizationId, OrganizationLinkApprovalRequest body) Approving a requested linkMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionTelephonyApi.patchTelephonyOrganizationLinkApproveRequestingOrganizationId(ApiRequest<OrganizationLinkApprovalRequest> request) Approving a requested linkTelephonyApiAsync.patchTelephonyOrganizationLinkApproveRequestingOrganizationIdAsync(ApiRequest<OrganizationLinkApprovalRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Approving a requested link -
Uses of OrganizationLinkApprovalRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionPatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionPatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionPatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.builder(String requestingOrganizationId, OrganizationLinkApprovalRequest body) voidPatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.setBody(OrganizationLinkApprovalRequest body) PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.Builder.withBody(OrganizationLinkApprovalRequest body) PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.withBody(OrganizationLinkApprovalRequest body) PatchTelephonyOrganizationLinkApproveRequestingOrganizationIdRequest.Builder.withRequiredParams(String requestingOrganizationId, OrganizationLinkApprovalRequest body) -
Uses of OrganizationLinkApprovalRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationLinkApprovalRequestModifier and TypeMethodDescriptionValue for approving or rejecting an organization link, true is approved, false is rejected