Package com.mypurecloud.sdk.v2.model
Class PatchSegment
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchSegment
- All Implemented Interfaces:
Serializable
PatchSegment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignmentExpirationDays(Integer assignmentExpirationDays) Time, in days, from when the segment is assigned until it is automatically unassigned.The hexadecimal color value of the segment.context(PatchContext context) The context of the segment.description(String description) A description of the segment.displayName(String displayName) The display name of the segment.booleanexternalSegment(PatchExternalSegment externalSegment) Details of an entity corresponding to this segment in an external system.getColor()inthashCode()Whether or not the segment is active.journey(PatchJourney journey) The pattern of rules defining the segment.voidsetAssignmentExpirationDays(Integer assignmentExpirationDays) voidvoidsetContext(PatchContext context) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetExternalSegment(PatchExternalSegment externalSegment) voidsetIsActive(Boolean isActive) voidsetJourney(PatchJourney journey) voidsetShouldDisplayToAgent(Boolean shouldDisplayToAgent) voidsetVersion(Integer version) shouldDisplayToAgent(Boolean shouldDisplayToAgent) Whether or not the segment should be displayed to agent/supervisor users.toString()The version of the segment.
-
Constructor Details
-
PatchSegment
public PatchSegment() -
PatchSegment
-
-
Method Details
-
isActive
Whether or not the segment is active. -
getIsActive
-
setIsActive
-
displayName
The display name of the segment. -
getDisplayName
-
setDisplayName
-
version
The version of the segment. -
getVersion
-
setVersion
-
description
A description of the segment. -
getDescription
-
setDescription
-
color
The hexadecimal color value of the segment. -
getColor
-
setColor
-
shouldDisplayToAgent
Whether or not the segment should be displayed to agent/supervisor users. -
getShouldDisplayToAgent
-
setShouldDisplayToAgent
-
context
The context of the segment. -
getContext
-
setContext
-
journey
The pattern of rules defining the segment. -
getJourney
-
setJourney
-
externalSegment
Details of an entity corresponding to this segment in an external system. -
getExternalSegment
-
setExternalSegment
-
assignmentExpirationDays
Time, in days, from when the segment is assigned until it is automatically unassigned. -
getAssignmentExpirationDays
-
setAssignmentExpirationDays
-
equals
-
hashCode
public int hashCode() -
toString
-