Class FileContentPage
-
- All Implemented Interfaces:
public final class FileContentPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileContentPage.BuilderA builder for FileContentPage.
public final classFileContentPage.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 Optional<FileContentPage>getNextPage()final FileContentPage.AutoPagerautoPager()final FileContentParamsparams()The parameters that were used to request this page. final FileContentPageResponseresponse()The response that this page was parsed from. final FileContentPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileContentPage.Builderbuilder()Returns a mutable builder for constructing an instance of FileContentPage. -
-
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 Optional<FileContentPage> getNextPage()
-
autoPager
final FileContentPage.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 FileContentPage.Builder toBuilder()
-
builder
final static FileContentPage.Builder builder()
Returns a mutable builder for constructing an instance of FileContentPage.
The following fields are required:
.service() .params() .response()
-
-
-
-