Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationLink
Packages that use OrganizationLink
-
Uses of OrganizationLink in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationLinkModifier and TypeMethodDescriptionTelephonyApi.postTelephonyOrganizationLink(PostTelephonyOrganizationLinkRequest request) Create a link with an organizationTelephonyApi.postTelephonyOrganizationLink(CreateOrganizationLink body) Create a link with an organizationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrganizationLinkModifier and TypeMethodDescriptionTelephonyApi.postTelephonyOrganizationLink(ApiRequest<CreateOrganizationLink> request) Create a link with an organizationTelephonyApiAsync.postTelephonyOrganizationLinkAsync(PostTelephonyOrganizationLinkRequest request, AsyncApiCallback<OrganizationLink> callback) Create a link with an organizationTelephonyApiAsync.postTelephonyOrganizationLinkAsync(ApiRequest<CreateOrganizationLink> request, AsyncApiCallback<ApiResponse<OrganizationLink>> callback) 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 OrganizationLinkModifier and TypeMethodDescriptionTelephonyApiAsync.postTelephonyOrganizationLinkAsync(PostTelephonyOrganizationLinkRequest request, AsyncApiCallback<OrganizationLink> callback) Create a link with an organizationTelephonyApiAsync.postTelephonyOrganizationLinkAsync(ApiRequest<CreateOrganizationLink> request, AsyncApiCallback<ApiResponse<OrganizationLink>> callback) Create a link with an organization -
Uses of OrganizationLink in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationLinkModifier and TypeMethodDescriptionOrganizationLink.sourceOrganizationId(String sourceOrganizationId) Organization Id for the login organization.OrganizationLink.sourceRegion(String sourceRegion) Region where context organization is hosted, ie. us-east-1OrganizationLink.status(OrganizationLink.StatusEnum status) Status of the linking.OrganizationLink.targetOrganizationId(String targetOrganizationId) Organization Id for the linking organization.OrganizationLink.targetRegion(String targetRegion) Region where linking organization is hosted, ie. us-east-2