Package com.intercom.api.types
Interface StartingAfterPaging.PerPageStage
-
- All Known Implementing Classes:
StartingAfterPaging.Builder
- Enclosing class:
- StartingAfterPaging
public static interface StartingAfterPaging.PerPageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartingAfterPaging.Builderfrom(StartingAfterPaging other)StartingAfterPaging._FinalStageperPage(int perPage)The number of results to fetch per page.
-
-
-
Method Detail
-
perPage
StartingAfterPaging._FinalStage perPage(int perPage)
The number of results to fetch per page.
-
from
StartingAfterPaging.Builder from(StartingAfterPaging other)
-
-