Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentBulkUpdateEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentBulkUpdateEntity
- All Implemented Interfaces:
Serializable
KnowledgeDocumentBulkUpdateEntity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategoryId(String categoryId) The category associated with the document.booleangetId()inthashCode()The globally unique identifier for the object.The ids of labels associated with the document.voidsetCategoryId(String categoryId) voidvoidsetLabelIds(List<String> labelIds) toString()
-
Constructor Details
-
KnowledgeDocumentBulkUpdateEntity
public KnowledgeDocumentBulkUpdateEntity() -
KnowledgeDocumentBulkUpdateEntity
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
categoryId
The category associated with the document. -
getCategoryId
-
setCategoryId
-
labelIds
The ids of labels associated with the document. -
getLabelIds
-
setLabelIds
-
equals
-
hashCode
public int hashCode() -
toString
-