Class DocumentationResult

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

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

    • DocumentationResult

      public DocumentationResult()
    • DocumentationResult

      public DocumentationResult(Boolean initWithEmptyList)
  • Method Details

    • id

      public DocumentationResult id(Integer id)
      The globally unique identifier for the object.
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • categories

      public DocumentationResult categories(List<Integer> categories)
      The category of the documentation entity. Will be returned in responses for certain entities.
    • getCategories

      public List<Integer> getCategories()
    • setCategories

      public void setCategories(List<Integer> categories)
    • description

      public DocumentationResult description(String description)
      The description of the documentation entity. Will be returned in responses for certain entities.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • content

      public DocumentationResult 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)
    • excerpt

      public DocumentationResult excerpt(String excerpt)
      The excerpt of the documentation entity. Will be returned in responses for certain entities.
    • getExcerpt

      public String getExcerpt()
    • setExcerpt

      public void setExcerpt(String excerpt)
    • link

      public DocumentationResult 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)
    • modified

      public DocumentationResult modified(Date modified)
      The modified date for the documentation entity. Will be returned in responses for certain entities. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getModified

      public Date getModified()
    • setModified

      public void setModified(Date modified)
    • name

      public DocumentationResult name(String name)
      The name of the documentation entity. Will be returned in responses for certain entities.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • service

      public DocumentationResult service(List<Integer> service)
      The service of the documentation entity. Will be returned in responses for certain entities.
    • getService

      public List<Integer> getService()
    • setService

      public void setService(List<Integer> service)
    • slug

      public DocumentationResult slug(String slug)
      The slug of the documentation entity. Will be returned in responses for certain entities.
    • getSlug

      public String getSlug()
    • setSlug

      public void setSlug(String slug)
    • title

      public DocumentationResult 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)
    • getType

      public DocumentationResult getType(String getType)
      The search type. Will be returned in responses for certain entities.
    • getGetType

      public String getGetType()
    • setGetType

      public void setGetType(String getType)
    • facetFeature

      public DocumentationResult facetFeature(List<Integer> facetFeature)
      The facet feature of the documentation entity. Will be returned in responses for certain entities.
    • getFacetFeature

      public List<Integer> getFacetFeature()
    • setFacetFeature

      public void setFacetFeature(List<Integer> facetFeature)
    • facetRole

      public DocumentationResult facetRole(List<Integer> facetRole)
      The facet role of the documentation entity. Will be returned in responses for certain entities.
    • getFacetRole

      public List<Integer> getFacetRole()
    • setFacetRole

      public void setFacetRole(List<Integer> facetRole)
    • facetService

      public DocumentationResult facetService(List<Integer> facetService)
      The facet service of the documentation entity. Will be returned in responses for certain entities.
    • getFacetService

      public List<Integer> getFacetService()
    • setFacetService

      public void setFacetService(List<Integer> facetService)
    • faqCategories

      public DocumentationResult faqCategories(List<Integer> faqCategories)
      The faq categories of the documentation entity. Will be returned in responses for certain entities.
    • getFaqCategories

      public List<Integer> getFaqCategories()
    • setFaqCategories

      public void setFaqCategories(List<Integer> faqCategories)
    • releasenoteCategory

      public DocumentationResult releasenoteCategory(List<Integer> releasenoteCategory)
      The releasenote category of the documentation entity. Will be returned in responses for certain entities.
    • getReleasenoteCategory

      public List<Integer> getReleasenoteCategory()
    • setReleasenoteCategory

      public void setReleasenoteCategory(List<Integer> releasenoteCategory)
    • releasenoteTag

      public DocumentationResult releasenoteTag(List<Integer> releasenoteTag)
      The releasenote tag of the documentation entity. Will be returned in responses for certain entities.
    • getReleasenoteTag

      public List<Integer> getReleasenoteTag()
    • setReleasenoteTag

      public void setReleasenoteTag(List<Integer> releasenoteTag)
    • serviceArea

      public DocumentationResult serviceArea(List<Integer> serviceArea)
      The service area of the documentation entity. Will be returned in responses for certain entities.
    • getServiceArea

      public List<Integer> getServiceArea()
    • setServiceArea

      public void setServiceArea(List<Integer> serviceArea)
    • videoCategories

      public DocumentationResult videoCategories(List<Integer> videoCategories)
      The video categories of the documentation entity. Will be returned in responses for certain entities.
    • getVideoCategories

      public List<Integer> getVideoCategories()
    • setVideoCategories

      public void setVideoCategories(List<Integer> videoCategories)
    • 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