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