Class FileContentPage
-
- All Implemented Interfaces:
public final class FileContentPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileContentPage.Builder
A builder for FileContentPage.
public final class
FileContentPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<FileContentResponse>
data()
Delegates to FileContentPageResponse, but gracefully handles missing data. final JsonValue
object_()
final Boolean
hasNextPage()
final Optional<FileContentParams>
getNextPageParams()
final Optional<FileContentPage>
getNextPage()
final FileContentPage.AutoPager
autoPager()
final FileContentParams
params()
The parameters that were used to request this page. final FileContentPageResponse
response()
The response that this page was parsed from. final FileContentPage.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileContentPage.Builder
builder()
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()
-
-
-
-