Class GetOutboundContactlistContactRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetOutboundContactlistContactRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetContactId(String contactId) voidsetContactListId(String contactListId) voidsetCustomHeaders(Map<String, String> customHeaders) withContactId(String contactId) withContactListId(String contactListId) withCustomHeader(String name, String value)
-
Constructor Details
-
GetOutboundContactlistContactRequest
public GetOutboundContactlistContactRequest()
-
-
Method Details
-
getContactListId
-
setContactListId
-
withContactListId
-
getContactId
-
setContactId
-
withContactId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetOutboundContactlistContactRequest.Builder builder(String contactListId, String contactId)
-