Class ContactEnrichOptions

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

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

    • ContactEnrichOptions

      public ContactEnrichOptions()
    • ContactEnrichOptions

      public ContactEnrichOptions(Boolean initWithEmptyList)
  • Method Details

    • promote

      public ContactEnrichOptions promote(Boolean promote)
      If true, any matched contact will have its type updated to Curated. If false, any matched contact will keep its original type in the operation.
    • getPromote

      public Boolean getPromote()
    • setPromote

      public void setPromote(Boolean promote)
    • 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