Class Snapshots

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

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

    • Snapshots

      public Snapshots()
    • Snapshots

      public Snapshots(Boolean initWithEmptyList)
  • Method Details

    • id

      public Snapshots id(String id)
      The snapshot Id
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • daysInPast

      public Snapshots daysInPast(Integer daysInPast)
      The number of days from today denoting when the snapshot was captured
    • getDaysInPast

      public Integer getDaysInPast()
    • setDaysInPast

      public void setDaysInPast(Integer daysInPast)
    • 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