Class FileListResponse
-
- All Implemented Interfaces:
public final class FileListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileListResponse.BuilderA builder for FileListResponse.
public final classFileListResponse.File
-
Method Summary
Modifier and Type Method Description final Optional<String>chatId()final Optional<List<FileListResponse.File>>files()final JsonField<String>_chatId()Returns the raw JSON value of chatId. final JsonField<List<FileListResponse.File>>_files()Returns the raw JSON value of files. final Map<String, JsonValue>_additionalProperties()final FileListResponse.BuildertoBuilder()final FileListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FileListResponse. -
-
Method Detail
-
files
final Optional<List<FileListResponse.File>> files()
-
_chatId
final JsonField<String> _chatId()
Returns the raw JSON value of chatId.
Unlike chatId, this method doesn't throw if the JSON field has an unexpected type.
-
_files
final JsonField<List<FileListResponse.File>> _files()
Returns the raw JSON value of files.
Unlike files, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileListResponse.Builder toBuilder()
-
validate
final FileListResponse validate()
-
builder
final static FileListResponse.Builder builder()
Returns a mutable builder for constructing an instance of FileListResponse.
-
-
-
-