Class PatchKnowledgeKnowledgebaseSynchronizeJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeKnowledgebaseSynchronizeJobRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String knowledgeBaseId, String syncJobId, SyncStatusRequest body) getBody()voidsetBody(SyncStatusRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetKnowledgeBaseId(String knowledgeBaseId) voidsetSyncJobId(String syncJobId) withBody(SyncStatusRequest body) withCustomHeader(String name, String value) withKnowledgeBaseId(String knowledgeBaseId) withSyncJobId(String syncJobId)
-
Constructor Details
-
PatchKnowledgeKnowledgebaseSynchronizeJobRequest
public PatchKnowledgeKnowledgebaseSynchronizeJobRequest()
-
-
Method Details
-
getKnowledgeBaseId
-
setKnowledgeBaseId
-
withKnowledgeBaseId
-
getSyncJobId
-
setSyncJobId
-
withSyncJobId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchKnowledgeKnowledgebaseSynchronizeJobRequest.Builder builder(String knowledgeBaseId, String syncJobId, SyncStatusRequest body)
-