Class PhraseAssociations

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

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

    • PhraseAssociations

      public PhraseAssociations()
    • PhraseAssociations

      public PhraseAssociations(Boolean initWithEmptyList)
  • Method Details

    • phraseId

      public PhraseAssociations phraseId(String phraseId)
      Id of the phrase to be linked
    • getPhraseId

      public String getPhraseId()
    • setPhraseId

      public void setPhraseId(String phraseId)
    • documentId

      public PhraseAssociations documentId(String documentId)
      Id of the document to be linked
    • getDocumentId

      public String getDocumentId()
    • setDocumentId

      public void setDocumentId(String documentId)
    • 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