Package com.mypurecloud.sdk.v2.model
Class NumberRouting
java.lang.Object
com.mypurecloud.sdk.v2.model.NumberRouting
- All Implemented Interfaces:
Serializable
NumberRouting
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the number routing -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveOrganizationId(String activeOrganizationId) The orgId where the number is currently routing tocarrierCode(String carrierCode) Code that indicates which carrier manages the number ie.booleaninthashCode()linkedOrganizationIds(List<String> linkedOrganizationIds) List of linked organizations idsPhone number Id that has a disaster recovery linkingownerOrganizationId(String ownerOrganizationId) Owner organization of numberIdpendingOrganizationId(String pendingOrganizationId) OrganizationId where the number will be routed to during a change routing eventThe current region where the number is locatedvoidsetActiveOrganizationId(String activeOrganizationId) voidsetCarrierCode(String carrierCode) voidsetLinkedOrganizationIds(List<String> linkedOrganizationIds) voidsetNumberId(String numberId) voidsetOwnerOrganizationId(String ownerOrganizationId) voidsetPendingOrganizationId(String pendingOrganizationId) voidvoidsetStatus(NumberRouting.StatusEnum status) status(NumberRouting.StatusEnum status) The current status of the number routingtoString()
-
Constructor Details
-
NumberRouting
public NumberRouting() -
NumberRouting
-
-
Method Details
-
numberId
Phone number Id that has a disaster recovery linking -
getNumberId
-
setNumberId
-
ownerOrganizationId
Owner organization of numberId -
getOwnerOrganizationId
-
setOwnerOrganizationId
-
carrierCode
Code that indicates which carrier manages the number ie. VERIZON -
getCarrierCode
-
setCarrierCode
-
pendingOrganizationId
OrganizationId where the number will be routed to during a change routing event -
getPendingOrganizationId
-
setPendingOrganizationId
-
region
The current region where the number is located -
getRegion
-
setRegion
-
status
The current status of the number routing -
getStatus
-
setStatus
-
activeOrganizationId
The orgId where the number is currently routing to -
getActiveOrganizationId
-
setActiveOrganizationId
-
linkedOrganizationIds
List of linked organizations ids -
getLinkedOrganizationIds
-
setLinkedOrganizationIds
-
equals
-
hashCode
public int hashCode() -
toString
-