Class FileContentPageAsync
-
- All Implemented Interfaces:
public final class FileContentPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileContentPageAsync.Builder
A builder for FileContentPageAsync.
public final class
FileContentPageAsync.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 CompletableFuture<Optional<FileContentPageAsync>>
getNextPage()
final FileContentPageAsync.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 FileContentPageAsync.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileContentPageAsync.Builder
builder()
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()
-
-
-
-