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 Object
implements FindNoteRequest.NoteIdStage, FindNoteRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(FindNoteRequest other) The unique identifier of a given note
-
Method Details
-
from
- Specified by:
fromin interfaceFindNoteRequest.NoteIdStage
-
noteId
The unique identifier of a given note
- Specified by:
noteIdin interfaceFindNoteRequest.NoteIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceFindNoteRequest._FinalStage
-