Class CreateContactNoteRequest.Builder
java.lang.Object
com.intercom.api.resources.notes.requests.CreateContactNoteRequest.Builder
- All Implemented Interfaces:
CreateContactNoteRequest._FinalStage,CreateContactNoteRequest.BodyStage,CreateContactNoteRequest.ContactIdStage
- Enclosing class:
CreateContactNoteRequest
public static final class CreateContactNoteRequest.Builder
extends Object
implements CreateContactNoteRequest.ContactIdStage, CreateContactNoteRequest.BodyStage, CreateContactNoteRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of a given admin.The text of the note.build()The unique identifier of a given contact.from(CreateContactNoteRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceCreateContactNoteRequest.ContactIdStage
-
contactId
The unique identifier of a given contact.
- Specified by:
contactIdin interfaceCreateContactNoteRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
body
The text of the note.
- Specified by:
bodyin interfaceCreateContactNoteRequest.BodyStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
The unique identifier of a given admin.
- Specified by:
adminIdin interfaceCreateContactNoteRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
- Specified by:
adminIdin interfaceCreateContactNoteRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateContactNoteRequest._FinalStage
-