Package com.mypurecloud.sdk.v2.model
Class KnowledgeExportJobDocumentsFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeExportJobDocumentsFilter
- All Implemented Interfaces:
Serializable
KnowledgeExportJobDocumentsFilter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the documents with the given ids.booleaninthashCode()includeDocumentsWithFileBody(Boolean includeDocumentsWithFileBody) Retrieves the documents modified in specified date and time range.voidsetEntities(List<Entity> entities) voidsetIncludeDocumentsWithFileBody(Boolean includeDocumentsWithFileBody) voidsetInterval(String interval) voidsetSourceId(String sourceId) toString()
-
Constructor Details
-
KnowledgeExportJobDocumentsFilter
public KnowledgeExportJobDocumentsFilter() -
KnowledgeExportJobDocumentsFilter
-
-
Method Details
-
interval
Retrieves the documents modified in specified date and time range. Cannot be used together with entities filter. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
entities
Retrieves the documents with the given ids. Cannot be used together with internal filter. -
getEntities
-
setEntities
-
sourceId
-
getSourceId
-
setSourceId
-
includeDocumentsWithFileBody
public KnowledgeExportJobDocumentsFilter includeDocumentsWithFileBody(Boolean includeDocumentsWithFileBody) -
getIncludeDocumentsWithFileBody
-
setIncludeDocumentsWithFileBody
-
equals
-
hashCode
public int hashCode() -
toString
-