Class PutIntegrationsBotconnectorIntegrationIdBotsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutIntegrationsBotconnectorIntegrationIdBotsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetBotList(BotList botList) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetIntegrationId(String integrationId) withBotList(BotList botList) withCustomHeader(String name, String value) withIntegrationId(String integrationId)
-
Constructor Details
-
PutIntegrationsBotconnectorIntegrationIdBotsRequest
public PutIntegrationsBotconnectorIntegrationIdBotsRequest()
-
-
Method Details
-
getIntegrationId
-
setIntegrationId
-
withIntegrationId
-
getBotList
-
setBotList
-
withBotList
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutIntegrationsBotconnectorIntegrationIdBotsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutIntegrationsBotconnectorIntegrationIdBotsRequest.Builder builder(String integrationId, BotList botList)
-