Uses of Class
com.mypurecloud.sdk.v2.model.CreateOrganizationLink
Packages that use CreateOrganizationLink
Package
Description
-
Uses of CreateOrganizationLink in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateOrganizationLinkModifier and TypeMethodDescriptionTelephonyApi.postTelephonyOrganizationLink(CreateOrganizationLink body) Create a link with an organizationTelephonyApi.postTelephonyOrganizationLinkWithHttpInfo(CreateOrganizationLink body) Create a link with an organizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateOrganizationLinkModifier and TypeMethodDescriptionTelephonyApi.postTelephonyOrganizationLink(ApiRequest<CreateOrganizationLink> request) Create a link with an organizationTelephonyApiAsync.postTelephonyOrganizationLinkAsync(ApiRequest<CreateOrganizationLink> request, AsyncApiCallback<ApiResponse<OrganizationLink>> callback) Create a link with an organization -
Uses of CreateOrganizationLink in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateOrganizationLinkMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateOrganizationLinkMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateOrganizationLinkModifier and TypeMethodDescriptionPostTelephonyOrganizationLinkRequest.builder(CreateOrganizationLink body) voidPostTelephonyOrganizationLinkRequest.setBody(CreateOrganizationLink body) PostTelephonyOrganizationLinkRequest.Builder.withBody(CreateOrganizationLink body) PostTelephonyOrganizationLinkRequest.withBody(CreateOrganizationLink body) PostTelephonyOrganizationLinkRequest.Builder.withRequiredParams(CreateOrganizationLink body) -
Uses of CreateOrganizationLink in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateOrganizationLinkModifier and TypeMethodDescriptionCreateOrganizationLink.targetOrganizationId(String targetOrganizationId) Id for the linking organization.CreateOrganizationLink.targetRegion(String targetRegion) Region where target organization is hosted.