Package app.knock.api.models.objects
Class ObjectListSubscriptionsPage
-
- All Implemented Interfaces:
public final class ObjectListSubscriptionsPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListSubscriptionsPage.BuilderA builder for ObjectListSubscriptionsPage.
public final classObjectListSubscriptionsPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<Subscription>entries()Delegates to ObjectListSubscriptionsPageResponse, but gracefully handles missing data. final Optional<PageInfo>pageInfo()Delegates to ObjectListSubscriptionsPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<ObjectListSubscriptionsParams>getNextPageParams()final Optional<ObjectListSubscriptionsPage>getNextPage()final ObjectListSubscriptionsPage.AutoPagerautoPager()final ObjectListSubscriptionsParamsparams()The parameters that were used to request this page. final ObjectListSubscriptionsPageResponseresponse()The response that this page was parsed from. final ObjectListSubscriptionsPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListSubscriptionsPage.Builderbuilder()Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPage. -
-
Method Detail
-
entries
final List<Subscription> entries()
Delegates to ObjectListSubscriptionsPageResponse, but gracefully handles missing data.
-
pageInfo
final Optional<PageInfo> pageInfo()
Delegates to ObjectListSubscriptionsPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ObjectListSubscriptionsParams> getNextPageParams()
-
getNextPage
final Optional<ObjectListSubscriptionsPage> getNextPage()
-
autoPager
final ObjectListSubscriptionsPage.AutoPager autoPager()
-
params
final ObjectListSubscriptionsParams params()
The parameters that were used to request this page.
-
response
final ObjectListSubscriptionsPageResponse response()
The response that this page was parsed from.
-
toBuilder
final ObjectListSubscriptionsPage.Builder toBuilder()
-
builder
final static ObjectListSubscriptionsPage.Builder builder()
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPage.
The following fields are required:
.service() .params() .response()
-
-
-
-