Package io.moov.sdk.models.components
Class ItemListNextPage
- java.lang.Object
-
- io.moov.sdk.models.components.ItemListNextPage
-
public class ItemListNextPage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemListNextPage.Builder
-
Constructor Summary
Constructors Constructor Description ItemListNextPage(java.lang.String cursor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemListNextPage.Builderbuilder()java.lang.Stringcursor()The cursor value to use for the next page of items.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()ItemListNextPagewithCursor(java.lang.String cursor)The cursor value to use for the next page of items.
-
-
-
Method Detail
-
cursor
public java.lang.String cursor()
The cursor value to use for the next page of items.
-
builder
public static ItemListNextPage.Builder builder()
-
withCursor
public ItemListNextPage withCursor(java.lang.String cursor)
The cursor value to use for the next page of items.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-