Uses of Class
com.mypurecloud.sdk.v2.model.PhoneStatus
Packages that use PhoneStatus
-
Uses of PhoneStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PhoneStatusModifier and TypeMethodDescriptionPhoneStatus.edge(DomainEntityRef edge) The URI of the edge that provided this status information.PhoneStatus.edgesStatus(PhoneStatus.EdgesStatusEnum edgesStatus) The status of the primary or secondary Edges assigned to the phone lines.PhoneStatus.eventCreationTime(String eventCreationTime) Event Creation Time represents an ISO-8601 string.Phone.getSecondaryStatus()Phone.getStatus()PhoneStatus.lineStatuses(List<LineStatus> lineStatuses) A list of LineStatus information for each of the lines of this phonePhoneStatus.operationalStatus(PhoneStatus.OperationalStatusEnum operationalStatus) The Operational Status of this phonePhoneStatus.phoneAssignmentToEdgeType(PhoneStatus.PhoneAssignmentToEdgeTypeEnum phoneAssignmentToEdgeType) The phone status's edge assignment type.PhoneStatus.provision(ProvisionInfo provision) Provision information for this phoneThe URI for this object.Methods in com.mypurecloud.sdk.v2.model with parameters of type PhoneStatusModifier and TypeMethodDescriptionPhone.secondaryStatus(PhoneStatus secondaryStatus) The status of the phone and lines from the secondary Edge.voidPhone.setSecondaryStatus(PhoneStatus secondaryStatus) voidPhone.setStatus(PhoneStatus status) Phone.status(PhoneStatus status) The status of the phone and lines from the primary Edge.