Class DeleteExternalcontactsOrganizationNoteRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.DeleteExternalcontactsOrganizationNoteRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExternalOrganizationId(String externalOrganizationId) voidwithCustomHeader(String name, String value) withExternalOrganizationId(String externalOrganizationId) withNoteId(String noteId)
-
Constructor Details
-
DeleteExternalcontactsOrganizationNoteRequest
public DeleteExternalcontactsOrganizationNoteRequest()
-
-
Method Details
-
getExternalOrganizationId
-
setExternalOrganizationId
-
withExternalOrganizationId
public DeleteExternalcontactsOrganizationNoteRequest withExternalOrganizationId(String externalOrganizationId) -
getNoteId
-
setNoteId
-
withNoteId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static DeleteExternalcontactsOrganizationNoteRequest.Builder builder(String externalOrganizationId, String noteId)
-