Class FindNoteRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.notes.requests.FindNoteRequest.Builder
-
- All Implemented Interfaces:
FindNoteRequest._FinalStage,FindNoteRequest.NoteIdStage
- Enclosing class:
- FindNoteRequest
public static final class FindNoteRequest.Builder extends java.lang.Object implements FindNoteRequest.NoteIdStage, FindNoteRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindNoteRequestbuild()FindNoteRequest.Builderfrom(FindNoteRequest other)FindNoteRequest._FinalStagenoteId(int noteId)The unique identifier of a given note
-
-
-
Method Detail
-
from
public FindNoteRequest.Builder from(FindNoteRequest other)
- Specified by:
fromin interfaceFindNoteRequest.NoteIdStage
-
noteId
public FindNoteRequest._FinalStage noteId(int noteId)
The unique identifier of a given note
The unique identifier of a given note
- Specified by:
noteIdin interfaceFindNoteRequest.NoteIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FindNoteRequest build()
- Specified by:
buildin interfaceFindNoteRequest._FinalStage
-
-