Class PostExternalcontactsIdentifierlookupContactsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostExternalcontactsIdentifierlookupContactsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(ContactIdentifier identifier) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetIdentifier(ContactIdentifier identifier) withCustomHeader(String name, String value) withExpand(List<String> expand) withIdentifier(ContactIdentifier identifier)
-
Constructor Details
-
PostExternalcontactsIdentifierlookupContactsRequest
public PostExternalcontactsIdentifierlookupContactsRequest()
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
withIdentifier
public PostExternalcontactsIdentifierlookupContactsRequest withIdentifier(ContactIdentifier identifier) -
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostExternalcontactsIdentifierlookupContactsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostExternalcontactsIdentifierlookupContactsRequest.Builder builder(ContactIdentifier identifier)
-