Package com.intercom.api.types
Interface ContactNotes._FinalStage
-
- All Known Implementing Classes:
ContactNotes.Builder
- Enclosing class:
- ContactNotes
public static interface ContactNotes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactNotes._FinalStageaddAllData(java.util.List<AddressableList> data)ContactNotes._FinalStageaddData(AddressableList data)ContactNotesbuild()ContactNotes._FinalStagedata(java.util.List<AddressableList> data)This object represents the notes attached to a contact.
-
-
-
Method Detail
-
build
ContactNotes build()
-
data
ContactNotes._FinalStage data(java.util.List<AddressableList> data)
This object represents the notes attached to a contact.
-
addData
ContactNotes._FinalStage addData(AddressableList data)
-
addAllData
ContactNotes._FinalStage addAllData(java.util.List<AddressableList> data)
-
-