Package com.mypurecloud.sdk.v2.model
Class StepplanUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.StepplanUpdate
- All Implemented Interfaces:
Serializable
StepplanUpdate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe activity type of the Stepplan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityType(StepplanUpdate.ActivityTypeEnum activityType) The activity type of the Stepplan.description(String description) The description of the Stepplan.booleangetName()inthashCode()The name of the Stepplan.voidsetActivityType(StepplanUpdate.ActivityTypeEnum activityType) voidsetDescription(String description) voidvoidsetWorkitemSettings(WorkitemSettings workitemSettings) toString()workitemSettings(WorkitemSettings workitemSettings) The Workitem settings of the Stepplan.
-
Constructor Details
-
StepplanUpdate
public StepplanUpdate() -
StepplanUpdate
-
-
Method Details
-
name
The name of the Stepplan. Valid length between 3 and 256 characters. -
getName
-
setName
-
description
The description of the Stepplan. Maximum length of 512 characters. -
getDescription
-
setDescription
-
workitemSettings
The Workitem settings of the Stepplan. -
getWorkitemSettings
-
setWorkitemSettings
-
activityType
The activity type of the Stepplan. -
getActivityType
-
setActivityType
-
equals
-
hashCode
public int hashCode() -
toString
-