Class Step

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

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

    • Step

      public Step()
    • Step

      public Step(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

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

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • dateCreated

      public Step dateCreated(Date dateCreated)
      The Step 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 Step dateModified(Date dateModified)
      The Step 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)
    • dateCompleted

      public Step dateCompleted(Date dateCompleted)
      The Step completion date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCompleted

      public Date getDateCompleted()
    • setDateCompleted

      public void setDateCompleted(Date dateCompleted)
    • dateStarted

      public Step dateStarted(Date dateStarted)
      The Step start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateStarted

      public Date getDateStarted()
    • setDateStarted

      public void setDateStarted(Date dateStarted)
    • modifiedBy

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

      public UserReference getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(UserReference modifiedBy)
    • version

      public Step version(Integer version)
      The version of the Step.
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • status

      public Step status(Step.StatusEnum status)
      The Status of the Step.
    • getStatus

      public Step.StatusEnum getStatus()
    • setStatus

      public void setStatus(Step.StatusEnum status)
    • stage

      public Step stage(StageReference stage)
      The parent Stage of the Step.
    • getStage

      public StageReference getStage()
    • setStage

      public void setStage(StageReference stage)
    • getSelfUri

      public String getSelfUri()
    • _case

      public Step _case(CaseReference _case)
      The parent Case of the Step.
    • getCase

      public CaseReference getCase()
    • setCase

      public void setCase(CaseReference _case)
    • 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