Class DeleteExternalcontactsContactNoteRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.DeleteExternalcontactsContactNoteRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetContactId(String contactId) voidsetCustomHeaders(Map<String, String> customHeaders) voidwithContactId(String contactId) withCustomHeader(String name, String value) withNoteId(String noteId)
-
Constructor Details
-
DeleteExternalcontactsContactNoteRequest
public DeleteExternalcontactsContactNoteRequest()
-
-
Method Details
-
getContactId
-
setContactId
-
withContactId
-
getNoteId
-
setNoteId
-
withNoteId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static DeleteExternalcontactsContactNoteRequest.Builder builder(String contactId, String noteId)
-