Class FileContentPageAsync.Response
-
- All Implemented Interfaces:
public final class FileContentPageAsync.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileContentPageAsync.Response.Builder
-
Constructor Summary
Constructors Constructor Description FileContentPageAsync.Response(JsonField<List<FileContentResponse>> data, JsonField<String> object_, Map<String, JsonValue> additionalProperties)
-
Method Summary
Modifier and Type Method Description final List<FileContentResponse>
data()
final String
object_()
final Optional<JsonField<List<FileContentResponse>>>
_data()
final Optional<JsonField<String>>
_object_()
final Map<String, JsonValue>
_additionalProperties()
final FileContentPageAsync.Response
validate()
final Boolean
isValid()
final FileContentPageAsync.Response.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileContentPageAsync.Response.Builder
builder()
Returns a mutable builder for constructing an instance of FileContentPageAsync. -
-
Method Detail
-
data
final List<FileContentResponse> data()
-
_data
final Optional<JsonField<List<FileContentResponse>>> _data()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileContentPageAsync.Response validate()
-
toBuilder
final FileContentPageAsync.Response.Builder toBuilder()
-
builder
final static FileContentPageAsync.Response.Builder builder()
Returns a mutable builder for constructing an instance of FileContentPageAsync.
-
-
-
-