Class Stageplan

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

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

    • Stageplan

      public Stageplan()
    • Stageplan

      public Stageplan(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

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

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • caseplan

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

      public CaseplanReference getCaseplan()
    • setCaseplan

      public void setCaseplan(CaseplanReference caseplan)
    • dateCreated

      public Stageplan dateCreated(Date dateCreated)
      The Stageplan 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 Stageplan dateModified(Date dateModified)
      The Stageplan 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 Stageplan modifiedBy(UserReference modifiedBy)
      The ID of the User who modified the Stageplan.
    • getModifiedBy

      public UserReference getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(UserReference modifiedBy)
    • 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