Class GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBotId()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetIntegrationId(String integrationId) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) withCustomHeader(String name, String value) withIntegrationId(String integrationId) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize)
-
Constructor Details
-
GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest
public GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest()
-
-
Method Details
-
getIntegrationId
-
setIntegrationId
-
withIntegrationId
public GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest withIntegrationId(String integrationId) -
getBotId
-
setBotId
-
withBotId
-
getPageNumber
-
setPageNumber
-
withPageNumber
public GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest withPageNumber(Integer pageNumber) -
getPageSize
-
setPageSize
-
withPageSize
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetIntegrationsBotconnectorIntegrationIdBotVersionsRequest.Builder builder(String integrationId, String botId)
-