Package io.moov.sdk.models.components
Class ItemListNextPage.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.ItemListNextPage.Builder
-
- Enclosing class:
- ItemListNextPage
public static final class ItemListNextPage.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemListNextPagebuild()ItemListNextPage.Buildercursor(java.lang.String cursor)The cursor value to use for the next page of items.
-
-
-
Method Detail
-
cursor
public ItemListNextPage.Builder cursor(java.lang.String cursor)
The cursor value to use for the next page of items.
-
build
public ItemListNextPage build()
-
-