Class FileListResponse.File
-
- All Implemented Interfaces:
public final class FileListResponse.File
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileListResponse.File.BuilderA builder for File.
-
Method Summary
Modifier and Type Method Description final Optional<String>name()final Optional<String>path()Relative path from /workspace final Optional<Long>sizeBytes()final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_path()Returns the raw JSON value of path. final JsonField<Long>_sizeBytes()Returns the raw JSON value of sizeBytes. final Map<String, JsonValue>_additionalProperties()final FileListResponse.File.BuildertoBuilder()final FileListResponse.Filevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileListResponse.File.Builderbuilder()Returns a mutable builder for constructing an instance of File. -
-
Method Detail
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_sizeBytes
final JsonField<Long> _sizeBytes()
Returns the raw JSON value of sizeBytes.
Unlike sizeBytes, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileListResponse.File.Builder toBuilder()
-
validate
final FileListResponse.File validate()
-
builder
final static FileListResponse.File.Builder builder()
Returns a mutable builder for constructing an instance of File.
-
-
-
-