Class GKNDocumentationResult

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

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

    • GKNDocumentationResult

      public GKNDocumentationResult()
    • GKNDocumentationResult

      public GKNDocumentationResult(Boolean initWithEmptyList)
  • Method Details

    • content

      public GKNDocumentationResult content(String content)
      The text or html content for the documentation entity. Will be returned in responses for certain entities.
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • link

      public GKNDocumentationResult link(String link)
      URL link for the documentation entity. Will be returned in responses for certain entities.
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • title

      public GKNDocumentationResult title(String title)
      The title of the documentation entity. Will be returned in responses for certain entities.
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • type

      public GKNDocumentationResult type(String type)
      The search type. Will be returned in responses for certain entities.
    • 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