Class PutExternalcontactsContactsSchemaRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsContactsSchemaRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String schemaId, DataSchema body) getBody()voidsetBody(DataSchema body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSchemaId(String schemaId) withBody(DataSchema body) withCustomHeader(String name, String value) withSchemaId(String schemaId)
-
Constructor Details
-
PutExternalcontactsContactsSchemaRequest
public PutExternalcontactsContactsSchemaRequest()
-
-
Method Details
-
getSchemaId
-
setSchemaId
-
withSchemaId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutExternalcontactsContactsSchemaRequest.Builder builder(String schemaId, DataSchema body)
-