Class FileContentResponse
-
- All Implemented Interfaces:
public final class FileContentResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileContentResponse.BuilderA builder for FileContentResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>text()The text content final Optional<String>type()The content type (currently only "text")final JsonField<String>_text()The text content final JsonField<String>_type()The content type (currently only "text")final Map<String, JsonValue>_additionalProperties()final FileContentResponsevalidate()final FileContentResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileContentResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FileContentResponse. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileContentResponse validate()
-
toBuilder
final FileContentResponse.Builder toBuilder()
-
builder
final static FileContentResponse.Builder builder()
Returns a mutable builder for constructing an instance of FileContentResponse.
-
-
-
-