Class GetKnowledgeKnowledgebaseImportJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseImportJobRequest
-
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) voidvoidsetImportJobId(String importJobId) voidsetKnowledgeBaseId(String knowledgeBaseId) withCustomHeader(String name, String value) withExpand(List<String> expand) withImportJobId(String importJobId) withKnowledgeBaseId(String knowledgeBaseId)
-
Constructor Details
-
GetKnowledgeKnowledgebaseImportJobRequest
public GetKnowledgeKnowledgebaseImportJobRequest()
-
-
Method Details
-
getKnowledgeBaseId
-
setKnowledgeBaseId
-
withKnowledgeBaseId
-
getImportJobId
-
setImportJobId
-
withImportJobId
-
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetKnowledgeKnowledgebaseImportJobRequest.Builder builder(String knowledgeBaseId, String importJobId)
-