Package com.openai.models
Class BetaThreadRunStepListPageAsync.Response
-
- All Implemented Interfaces:
public final class BetaThreadRunStepListPageAsync.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadRunStepListPageAsync.Response.Builder
-
Method Summary
Modifier and Type Method Description final List<RunStep>
data()
final Optional<JsonField<List<RunStep>>>
_data()
final Map<String, JsonValue>
_additionalProperties()
final BetaThreadRunStepListPageAsync.Response
validate()
final BetaThreadRunStepListPageAsync.Response.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadRunStepListPageAsync.Response.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThreadRunStepListPageAsync.Response validate()
-
toBuilder
final BetaThreadRunStepListPageAsync.Response.Builder toBuilder()
-
builder
final static BetaThreadRunStepListPageAsync.Response.Builder builder()
-
-
-
-