Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentResponse
Packages that use KnowledgeDocumentResponse
-
Uses of KnowledgeDocumentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocument(GetKnowledgeKnowledgebaseDocumentRequest request) Get document.KnowledgeApi.getKnowledgeKnowledgebaseDocument(String knowledgeBaseId, String documentId, List<String> expand, String state) Get document.KnowledgeApi.patchKnowledgeKnowledgebaseDocument(PatchKnowledgeKnowledgebaseDocumentRequest request) Update document.KnowledgeApi.patchKnowledgeKnowledgebaseDocument(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) Update document.KnowledgeApi.postKnowledgeKnowledgebaseDocuments(PostKnowledgeKnowledgebaseDocumentsRequest request) Create document.KnowledgeApi.postKnowledgeKnowledgebaseDocuments(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) Create document.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocument(ApiRequest<Void> request) Get document.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentAsync(GetKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Get document.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Get document.KnowledgeApi.getKnowledgeKnowledgebaseDocumentWithHttpInfo(String knowledgeBaseId, String documentId, List<String> expand, String state) Get document.KnowledgeApi.patchKnowledgeKnowledgebaseDocument(ApiRequest<KnowledgeDocumentReq> request) Update document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(PatchKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Update document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(ApiRequest<KnowledgeDocumentReq> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Update document.KnowledgeApi.patchKnowledgeKnowledgebaseDocumentWithHttpInfo(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) Update document.KnowledgeApi.postKnowledgeKnowledgebaseDocuments(ApiRequest<KnowledgeDocumentCreateRequest> request) Create document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsAsync(PostKnowledgeKnowledgebaseDocumentsRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Create document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsAsync(ApiRequest<KnowledgeDocumentCreateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Create document.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) Create document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentAsync(GetKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Get document.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Get document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(PatchKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Update document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(ApiRequest<KnowledgeDocumentReq> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Update document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsAsync(PostKnowledgeKnowledgebaseDocumentsRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Create document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsAsync(ApiRequest<KnowledgeDocumentCreateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Create document. -
Uses of KnowledgeDocumentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentResponseModifier and TypeMethodDescriptionKnowledgeDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentResponse.category(CategoryResponse category) The reference to category associated with the document.KnowledgeDocumentResponse.dateCreated(Date dateCreated) Document creation date-time.KnowledgeDocumentResponse.dateImported(Date dateImported) Document import date-time, or null if was not imported.KnowledgeDocumentResponse.dateModified(Date dateModified) Document last modification date-time.KnowledgeDocumentResponse.datePublished(Date datePublished) The date on which the document was last published.KnowledgeDocumentResponse.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeDocumentResponse.externalId(String externalId) The reference to external id associated with the document.KnowledgeDocumentResponse.externalUrl(String externalUrl) The URL to external document.KnowledgeDocumentVersion.getDocument()KnowledgeDocumentResponse.knowledgeBase(KnowledgeBaseReference knowledgeBase) Knowledge base to which the document belongs to.KnowledgeDocumentResponse.labels(List<LabelResponse> labels) The references to labels associated with the document.KnowledgeDocumentResponse.lastPublishedVersionNumber(Integer lastPublishedVersionNumber) The last published version number of the document.Whether the document is read-only.KnowledgeDocumentResponse.source(AddressableEntityRef source) The reference to source associated with the document.KnowledgeDocumentResponse.state(KnowledgeDocumentResponse.StateEnum state) State of the document.Document title, having a limit of 500 words.KnowledgeDocumentResponse.variations(List<DocumentVariationResponse> variations) Variations of the document.Indicates if the knowledge document should be included in search results.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentResponseModifier and TypeMethodDescriptionKnowledgeDocumentResponseListing.entities(List<KnowledgeDocumentResponse> entities) voidKnowledgeDocumentResponseListing.setEntities(List<KnowledgeDocumentResponse> entities)