Class GetExternalcontactsContactNoteRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetExternalcontactsContactNoteRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetContactId(String contactId) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidwithContactId(String contactId) withCustomHeader(String name, String value) withExpand(List<String> expand) withNoteId(String noteId)
-
Constructor Details
-
GetExternalcontactsContactNoteRequest
public GetExternalcontactsContactNoteRequest()
-
-
Method Details
-
getContactId
-
setContactId
-
withContactId
-
getNoteId
-
setNoteId
-
withNoteId
-
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetExternalcontactsContactNoteRequest.Builder builder(String contactId, String noteId)
-