Class PostOutboundContactlistfiltersBulkRetrieveRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostOutboundContactlistfiltersBulkRetrieveRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) withCustomHeader(String name, String value)
-
Constructor Details
-
PostOutboundContactlistfiltersBulkRetrieveRequest
public PostOutboundContactlistfiltersBulkRetrieveRequest()
-
-
Method Details
-
getBody
-
setBody
-
withBody
public PostOutboundContactlistfiltersBulkRetrieveRequest withBody(ContactListFilterBulkRetrieveBody body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostOutboundContactlistfiltersBulkRetrieveRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostOutboundContactlistfiltersBulkRetrieveRequest.Builder builder(ContactListFilterBulkRetrieveBody body)
-