Class CoverSheet

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

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

    • CoverSheet

      public CoverSheet()
    • CoverSheet

      public CoverSheet(Boolean initWithEmptyList)
  • Method Details

    • notes

      public CoverSheet notes(String notes)
      Text to be added to the coversheet
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • locale

      public CoverSheet locale(String locale)
      Locale, e.g. = en-US
    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • 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