Class GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder
- Enclosing class:
- GetKnowledgeKnowledgebaseDocumentFeedbackRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAppType(String appType) withBefore(String before) withDocumentId(String documentId) withDocumentVariationId(String documentVariationId) withDocumentVersionId(String documentVersionId) withKnowledgeBaseId(String knowledgeBaseId) withOnlyCommented(Boolean onlyCommented) withPageSize(String pageSize) withQueryType(String queryType) withQueueId(String queueId) withRequiredParams(String knowledgeBaseId, String documentId) withUserId(String userId)
-
Method Details
-
withKnowledgeBaseId
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withKnowledgeBaseId(String knowledgeBaseId) -
withDocumentId
-
withBefore
-
withAfter
-
withPageSize
-
withOnlyCommented
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withOnlyCommented(Boolean onlyCommented) -
withDocumentVersionId
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withDocumentVersionId(String documentVersionId) -
withDocumentVariationId
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withDocumentVariationId(String documentVariationId) -
withAppType
-
withAppType
-
withQueryType
-
withQueryType
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withQueryType(GetKnowledgeKnowledgebaseDocumentFeedbackRequest.queryTypeValues queryType) -
withUserId
-
withQueueId
-
withState
-
withState
-
withRequiredParams
public GetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder withRequiredParams(String knowledgeBaseId, String documentId) -
build
-