Package com.openai.models.beta.threads
Class ThreadDeleted
-
- All Implemented Interfaces:
public final class ThreadDeleted
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classThreadDeleted.BuilderA builder for ThreadDeleted.
-
Method Summary
Modifier and Type Method Description final Stringid()final Booleandeleted()final JsonValue_object_()final JsonField<String>_id()final JsonField<Boolean>_deleted()final Map<String, JsonValue>_additionalProperties()final ThreadDeletedvalidate()final ThreadDeleted.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThreadDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of ThreadDeleted. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ThreadDeleted validate()
-
toBuilder
final ThreadDeleted.Builder toBuilder()
-
builder
final static ThreadDeleted.Builder builder()
Returns a mutable builder for constructing an instance of ThreadDeleted.
The following fields are required:
.id() .deleted()
-
-
-
-