Class GetIntegrationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetIntegrationsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getIds()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidvoidsetIntegrationType(String integrationType) voidsetNextPage(String nextPage) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidsetPreviousPage(String previousPage) voidsetReportedState(String reportedState) voidwithCustomHeader(String name, String value) withExpand(List<String> expand) withIntegrationType(String integrationType) withNextPage(String nextPage) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withPreviousPage(String previousPage) withReportedState(String reportedState) withSortBy(String sortBy)
-
Constructor Details
-
GetIntegrationsRequest
public GetIntegrationsRequest()
-
-
Method Details
-
getPageSize
-
setPageSize
-
withPageSize
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getSortBy
-
setSortBy
-
withSortBy
-
getExpand
-
setExpand
-
withExpand
-
getNextPage
-
setNextPage
-
withNextPage
-
getPreviousPage
-
setPreviousPage
-
withPreviousPage
-
getIds
-
setIds
-
withIds
-
getIntegrationType
-
setIntegrationType
-
withIntegrationType
-
getReportedState
-
setReportedState
-
withReportedState
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-