Class BulkSetParams.Body
-
- All Implemented Interfaces:
public final class BulkSetParams.BodyA request to set objects in bulk.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkSetParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<InlineObjectRequest>objects()A list of objects. final JsonField<List<InlineObjectRequest>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final BulkSetParams.Body.BuildertoBuilder()final BulkSetParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkSetParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
objects
final List<InlineObjectRequest> objects()
A list of objects.
-
_objects
final JsonField<List<InlineObjectRequest>> _objects()
Returns the raw JSON value of objects.
Unlike objects, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkSetParams.Body.Builder toBuilder()
-
validate
final BulkSetParams.Body validate()
-
builder
final static BulkSetParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.objects()
-
-
-
-