Package com.mypurecloud.sdk.v2.model
Class DocumentationResult
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentationResult
- All Implemented Interfaces:
Serializable
DocumentationResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategories(List<Integer> categories) The category of the documentation entity.The text or html content for the documentation entity.description(String description) The description of the documentation entity.booleanThe excerpt of the documentation entity.facetFeature(List<Integer> facetFeature) The facet feature of the documentation entity.The facet role of the documentation entity.facetService(List<Integer> facetService) The facet service of the documentation entity.faqCategories(List<Integer> faqCategories) The faq categories of the documentation entity.getId()getLink()getName()getSlug()getTitle()The search type.inthashCode()The globally unique identifier for the object.URL link for the documentation entity.The modified date for the documentation entity.The name of the documentation entity.releasenoteCategory(List<Integer> releasenoteCategory) The releasenote category of the documentation entity.releasenoteTag(List<Integer> releasenoteTag) The releasenote tag of the documentation entity.The service of the documentation entity.serviceArea(List<Integer> serviceArea) The service area of the documentation entity.voidsetCategories(List<Integer> categories) voidsetContent(String content) voidsetDescription(String description) voidsetExcerpt(String excerpt) voidsetFacetFeature(List<Integer> facetFeature) voidsetFacetRole(List<Integer> facetRole) voidsetFacetService(List<Integer> facetService) voidsetFaqCategories(List<Integer> faqCategories) voidsetGetType(String getType) voidvoidvoidsetModified(Date modified) voidvoidsetReleasenoteCategory(List<Integer> releasenoteCategory) voidsetReleasenoteTag(List<Integer> releasenoteTag) voidsetService(List<Integer> service) voidsetServiceArea(List<Integer> serviceArea) voidvoidvoidsetVideoCategories(List<Integer> videoCategories) The slug of the documentation entity.The title of the documentation entity.toString()videoCategories(List<Integer> videoCategories) The video categories of the documentation entity.
-
Constructor Details
-
DocumentationResult
public DocumentationResult() -
DocumentationResult
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
categories
The category of the documentation entity. Will be returned in responses for certain entities. -
getCategories
-
setCategories
-
description
The description of the documentation entity. Will be returned in responses for certain entities. -
getDescription
-
setDescription
-
content
The text or html content for the documentation entity. Will be returned in responses for certain entities. -
getContent
-
setContent
-
excerpt
The excerpt of the documentation entity. Will be returned in responses for certain entities. -
getExcerpt
-
setExcerpt
-
link
URL link for the documentation entity. Will be returned in responses for certain entities. -
getLink
-
setLink
-
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
-
setModified
-
name
The name of the documentation entity. Will be returned in responses for certain entities. -
getName
-
setName
-
service
The service of the documentation entity. Will be returned in responses for certain entities. -
getService
-
setService
-
slug
The slug of the documentation entity. Will be returned in responses for certain entities. -
getSlug
-
setSlug
-
title
The title of the documentation entity. Will be returned in responses for certain entities. -
getTitle
-
setTitle
-
getType
The search type. Will be returned in responses for certain entities. -
getGetType
-
setGetType
-
facetFeature
The facet feature of the documentation entity. Will be returned in responses for certain entities. -
getFacetFeature
-
setFacetFeature
-
facetRole
The facet role of the documentation entity. Will be returned in responses for certain entities. -
getFacetRole
-
setFacetRole
-
facetService
The facet service of the documentation entity. Will be returned in responses for certain entities. -
getFacetService
-
setFacetService
-
faqCategories
The faq categories of the documentation entity. Will be returned in responses for certain entities. -
getFaqCategories
-
setFaqCategories
-
releasenoteCategory
The releasenote category of the documentation entity. Will be returned in responses for certain entities. -
getReleasenoteCategory
-
setReleasenoteCategory
-
releasenoteTag
The releasenote tag of the documentation entity. Will be returned in responses for certain entities. -
getReleasenoteTag
-
setReleasenoteTag
-
serviceArea
The service area of the documentation entity. Will be returned in responses for certain entities. -
getServiceArea
-
setServiceArea
-
videoCategories
The video categories of the documentation entity. Will be returned in responses for certain entities. -
getVideoCategories
-
setVideoCategories
-
equals
-
hashCode
public int hashCode() -
toString
-