Class Stepplan

java.lang.Object
com.mypurecloud.sdk.v2.model.Stepplan
All Implemented Interfaces:
Serializable

public class Stepplan extends Object implements Serializable
Stepplan
See Also:
  • Constructor Details

    • Stepplan

      public Stepplan()
    • Stepplan

      public Stepplan(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public Stepplan name(String name)
      The name of the Stepplan.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public Stepplan description(String description)
      The description of the Stepplan.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • caseplan

      public Stepplan caseplan(CaseplanReference caseplan)
      The Caseplan of the Stepplan.
    • getCaseplan

      public CaseplanReference getCaseplan()
    • setCaseplan

      public void setCaseplan(CaseplanReference caseplan)
    • stageplan

      public Stepplan stageplan(StageplanReference stageplan)
      The Stageplan of the Stepplan.
    • getStageplan

      public StageplanReference getStageplan()
    • setStageplan

      public void setStageplan(StageplanReference stageplan)
    • dateCreated

      public Stepplan dateCreated(Date dateCreated)
      The Stepplan creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

      public Stepplan dateModified(Date dateModified)
      The Stepplan modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • modifiedBy

      public Stepplan modifiedBy(UserReference modifiedBy)
      The ID of the User who modified the Stepplan.
    • getModifiedBy

      public UserReference getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(UserReference modifiedBy)
    • activityType

      public Stepplan activityType(Stepplan.ActivityTypeEnum activityType)
      The activity type of the Stepplan.
    • getActivityType

      public Stepplan.ActivityTypeEnum getActivityType()
    • setActivityType

      public void setActivityType(Stepplan.ActivityTypeEnum activityType)
    • workitemSettings

      public Stepplan workitemSettings(WorkitemSettingsResponse workitemSettings)
      The Workitem settings of the Stepplan.
    • getWorkitemSettings

      public WorkitemSettingsResponse getWorkitemSettings()
    • setWorkitemSettings

      public void setWorkitemSettings(WorkitemSettingsResponse workitemSettings)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object