Package com.intercom.api.types
Interface NoteList.TotalCountStage
-
- All Known Implementing Classes:
NoteList.Builder
- Enclosing class:
- NoteList
public static interface NoteList.TotalCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoteList.Builderfrom(NoteList other)NoteList._FinalStagetotalCount(int totalCount)A count of the total number of notes.
-
-
-
Method Detail
-
totalCount
NoteList._FinalStage totalCount(int totalCount)
A count of the total number of notes.
-
from
NoteList.Builder from(NoteList other)
-
-