Class GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder
- Enclosing class:
- GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest
public static class GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBefore(String before) withDocumentId(String documentId) withKnowledgeBaseId(String knowledgeBaseId) withPageSize(String pageSize) withRequiredParams(String knowledgeBaseId, String documentId, String versionId) withVersionId(String versionId)
-
Method Details
-
withKnowledgeBaseId
public GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder withKnowledgeBaseId(String knowledgeBaseId) -
withDocumentId
public GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder withDocumentId(String documentId) -
withVersionId
public GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder withVersionId(String versionId) -
withBefore
-
withAfter
-
withPageSize
public GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder withPageSize(String pageSize) -
withRequiredParams
public GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder withRequiredParams(String knowledgeBaseId, String documentId, String versionId) -
build
-