Class JobListPageResponse
-
- All Implemented Interfaces:
public final class JobListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobListPageResponse.BuilderA builder for JobListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<FineTuningJob>data()final BooleanhasMore()final JsonValue_object_()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("list")final JsonField<List<FineTuningJob>>_data()Returns the raw JSON value of data. final JsonField<Boolean>_hasMore()Returns the raw JSON value of hasMore. final Map<String, JsonValue>_additionalProperties()final JobListPageResponse.BuildertoBuilder()final JobListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of JobListPageResponse. -
-
Method Detail
-
data
final List<FineTuningJob> data()
-
_object_
final JsonValue _object_()
Expected to always return the following:
JsonValue.from("list")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_data
final JsonField<List<FineTuningJob>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_hasMore
final JsonField<Boolean> _hasMore()
Returns the raw JSON value of hasMore.
Unlike hasMore, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobListPageResponse.Builder toBuilder()
-
validate
final JobListPageResponse validate()
-
builder
final static JobListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of JobListPageResponse.
The following fields are required:
.data() .hasMore()
-
-
-
-