Class JobListEventsPageResponse.Builder
-
- All Implemented Interfaces:
public final class JobListEventsPageResponse.BuilderA builder for JobListEventsPageResponse.
-
-
Method Summary
-
-
Method Detail
-
data
final JobListEventsPageResponse.Builder data(List<FineTuningJobEvent> data)
-
data
final JobListEventsPageResponse.Builder data(JsonField<List<FineTuningJobEvent>> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed
List<FineTuningJobEvent>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addData
final JobListEventsPageResponse.Builder addData(FineTuningJobEvent data)
Adds a single FineTuningJobEvent to Builder.data.
-
hasMore
final JobListEventsPageResponse.Builder hasMore(Boolean hasMore)
-
hasMore
final JobListEventsPageResponse.Builder hasMore(JsonField<Boolean> hasMore)
Sets Builder.hasMore to an arbitrary JSON value.
You should usually call Builder.hasMore with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
object_
final JobListEventsPageResponse.Builder object_(JsonValue object_)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("list")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final JobListEventsPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final JobListEventsPageResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final JobListEventsPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final JobListEventsPageResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final JobListEventsPageResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final JobListEventsPageResponse build()
Returns an immutable instance of JobListEventsPageResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.data() .hasMore()
-
-
-
-