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