Package com.openai.models.batches
Class BatchListPageAsync.Response
-
- All Implemented Interfaces:
public final class BatchListPageAsync.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BatchListPageAsync.Response.Builder
-
Method Summary
Modifier and Type Method Description final List<Batch>
data()
final Optional<Boolean>
hasMore()
final Optional<JsonField<List<Batch>>>
_data()
final Optional<JsonField<Boolean>>
_hasMore()
final Map<String, JsonValue>
_additionalProperties()
final BatchListPageAsync.Response
validate()
final Boolean
isValid()
final BatchListPageAsync.Response.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BatchListPageAsync.Response.Builder
builder()
Returns a mutable builder for constructing an instance of BatchListPageAsync. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BatchListPageAsync.Response validate()
-
toBuilder
final BatchListPageAsync.Response.Builder toBuilder()
-
builder
final static BatchListPageAsync.Response.Builder builder()
Returns a mutable builder for constructing an instance of BatchListPageAsync.
-
-
-
-