Class PatchIntegrationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchIntegrationRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(Integration body) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetIntegrationId(String integrationId) voidsetNextPage(String nextPage) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidsetPreviousPage(String previousPage) voidwithBody(Integration body) withCustomHeader(String name, String value) withExpand(List<String> expand) withIntegrationId(String integrationId) withNextPage(String nextPage) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withPreviousPage(String previousPage) withSortBy(String sortBy)
-
Constructor Details
-
PatchIntegrationRequest
public PatchIntegrationRequest()
-
-
Method Details
-
getIntegrationId
-
setIntegrationId
-
withIntegrationId
-
getPageSize
-
setPageSize
-
withPageSize
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getSortBy
-
setSortBy
-
withSortBy
-
getExpand
-
setExpand
-
withExpand
-
getNextPage
-
setNextPage
-
withNextPage
-
getPreviousPage
-
setPreviousPage
-
withPreviousPage
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-