Class PutExternalcontactsExternalsourceRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsExternalsourceRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String externalSourceId, ExternalSource body) getBody()voidsetBody(ExternalSource body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExternalSourceId(String externalSourceId) withBody(ExternalSource body) withCustomHeader(String name, String value) withExternalSourceId(String externalSourceId)
-
Constructor Details
-
PutExternalcontactsExternalsourceRequest
public PutExternalcontactsExternalsourceRequest()
-
-
Method Details
-
getExternalSourceId
-
setExternalSourceId
-
withExternalSourceId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutExternalcontactsExternalsourceRequest.Builder builder(String externalSourceId, ExternalSource body)
-