Class PatchIntentsCategoryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchIntentsCategoryRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String categoryId, IntentsCategoryPatch body) getBody()voidsetBody(IntentsCategoryPatch body) voidsetCategoryId(String categoryId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(IntentsCategoryPatch body) withCategoryId(String categoryId) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchIntentsCategoryRequest
public PatchIntentsCategoryRequest()
-
-
Method Details
-
getCategoryId
-
setCategoryId
-
withCategoryId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchIntentsCategoryRequest.Builder builder(String categoryId, IntentsCategoryPatch body)
-