Class Facet

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

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

    • Facet

      public Facet()
    • Facet

      public Facet(Boolean initWithEmptyList)
  • Method Details

    • name

      public Facet name(String name)
      The name of the field on which to facet.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • type

      public Facet type(String type)
      The type of the facet, DATE or STRING.
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • 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