Class FileContentPageAsync
-
- All Implemented Interfaces:
public final class FileContentPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileContentPageAsync.BuilderA builder for FileContentPageAsync.
public final classFileContentPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<FileContentResponse>data()Delegates to FileContentPageResponse, but gracefully handles missing data. final JsonValueobject_()final BooleanhasNextPage()final Optional<FileContentParams>getNextPageParams()final CompletableFuture<Optional<FileContentPageAsync>>getNextPage()final FileContentPageAsync.AutoPagerautoPager()final FileContentParamsparams()The parameters that were used to request this page. final FileContentPageResponseresponse()The response that this page was parsed from. final FileContentPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileContentPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of FileContentPageAsync. -
-
Method Detail
-
data
final List<FileContentResponse> data()
Delegates to FileContentPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileContentParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileContentPageAsync>> getNextPage()
-
autoPager
final FileContentPageAsync.AutoPager autoPager()
-
params
final FileContentParams params()
The parameters that were used to request this page.
-
response
final FileContentPageResponse response()
The response that this page was parsed from.
-
toBuilder
final FileContentPageAsync.Builder toBuilder()
-
builder
final static FileContentPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of FileContentPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-