Class GetKnowledgeKnowledgebaseParseJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseParseJobRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetKnowledgeBaseId(String knowledgeBaseId) voidsetParseJobId(String parseJobId) withCustomHeader(String name, String value) withExpand(List<String> expand) withKnowledgeBaseId(String knowledgeBaseId) withParseJobId(String parseJobId)
-
Constructor Details
-
GetKnowledgeKnowledgebaseParseJobRequest
public GetKnowledgeKnowledgebaseParseJobRequest()
-
-
Method Details
-
getKnowledgeBaseId
-
setKnowledgeBaseId
-
withKnowledgeBaseId
-
getParseJobId
-
setParseJobId
-
withParseJobId
-
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetKnowledgeKnowledgebaseParseJobRequest.Builder builder(String knowledgeBaseId, String parseJobId)
-