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