Package com.mypurecloud.sdk.v2.model
Class Stepplan
java.lang.Object
com.mypurecloud.sdk.v2.model.Stepplan
- All Implemented Interfaces:
Serializable
Stepplan
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe activity type of the Stepplan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityType(Stepplan.ActivityTypeEnum activityType) The activity type of the Stepplan.caseplan(CaseplanReference caseplan) The Caseplan of the Stepplan.dateCreated(Date dateCreated) The Stepplan creation date.dateModified(Date dateModified) The Stepplan modification date.description(String description) The description of the Stepplan.booleangetId()getName()inthashCode()modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stepplan.The name of the Stepplan.voidsetActivityType(Stepplan.ActivityTypeEnum activityType) voidsetCaseplan(CaseplanReference caseplan) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetModifiedBy(UserReference modifiedBy) voidvoidsetStageplan(StageplanReference stageplan) voidsetWorkitemSettings(WorkitemSettingsResponse workitemSettings) stageplan(StageplanReference stageplan) The Stageplan of the Stepplan.toString()workitemSettings(WorkitemSettingsResponse workitemSettings) The Workitem settings of the Stepplan.
-
Constructor Details
-
Stepplan
public Stepplan() -
Stepplan
-
-
Method Details
-
getId
-
name
The name of the Stepplan. -
getName
-
setName
-
description
The description of the Stepplan. -
getDescription
-
setDescription
-
caseplan
The Caseplan of the Stepplan. -
getCaseplan
-
setCaseplan
-
stageplan
The Stageplan of the Stepplan. -
getStageplan
-
setStageplan
-
dateCreated
The Stepplan creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The Stepplan modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
modifiedBy
The ID of the User who modified the Stepplan. -
getModifiedBy
-
setModifiedBy
-
activityType
The activity type of the Stepplan. -
getActivityType
-
setActivityType
-
workitemSettings
The Workitem settings of the Stepplan. -
getWorkitemSettings
-
setWorkitemSettings
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-