Package com.mypurecloud.sdk.v2.model
Class Stage
java.lang.Object
com.mypurecloud.sdk.v2.model.Stage
- All Implemented Interfaces:
Serializable
Stage
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_case(CaseReference _case) The parent Case of the Stage.dateCompleted(Date dateCompleted) The Stage completion date.dateCreated(Date dateCreated) The Stage creation date.dateModified(Date dateModified) The Stage modification date.dateStarted(Date dateStarted) The Stage start date.description(String description) The description of the Stage.booleangetCase()getId()getName()inthashCode()modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stage.The name of the Stage.voidsetCase(CaseReference _case) voidsetDateCompleted(Date dateCompleted) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDateStarted(Date dateStarted) voidsetDescription(String description) voidsetModifiedBy(UserReference modifiedBy) voidvoidsetStatus(Stage.StatusEnum status) voidsetVersion(Integer version) status(Stage.StatusEnum status) The Status of the Stage.toString()The version of the Stage.
-
Constructor Details
-
Stage
public Stage() -
Stage
-
-
Method Details
-
getId
-
name
The name of the Stage. -
getName
-
setName
-
description
The description of the Stage. -
getDescription
-
setDescription
-
dateCreated
The Stage creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The Stage modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
dateCompleted
The Stage completion date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCompleted
-
setDateCompleted
-
dateStarted
The Stage start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStarted
-
setDateStarted
-
modifiedBy
The ID of the User who modified the Stage. -
getModifiedBy
-
setModifiedBy
-
version
The version of the Stage. -
getVersion
-
setVersion
-
status
The Status of the Stage. -
getStatus
-
setStatus
-
getSelfUri
-
_case
The parent Case of the Stage. -
getCase
-
setCase
-
equals
-
hashCode
public int hashCode() -
toString
-