Class BulkCreateParams.Body
-
- All Implemented Interfaces:
public final class BulkCreateParams.BodyA request to bulk create schedules. Accepts a list of schedules to create. Each schedule must have a single recipient. The recipients do not have to be unique.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<BulkCreateParams.Schedule>schedules()A list of schedules. final JsonField<List<BulkCreateParams.Schedule>>_schedules()Returns the raw JSON value of schedules. final Map<String, JsonValue>_additionalProperties()final BulkCreateParams.Body.BuildertoBuilder()final BulkCreateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BulkCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
schedules
final List<BulkCreateParams.Schedule> schedules()
A list of schedules.
-
_schedules
final JsonField<List<BulkCreateParams.Schedule>> _schedules()
Returns the raw JSON value of schedules.
Unlike schedules, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BulkCreateParams.Body.Builder toBuilder()
-
validate
final BulkCreateParams.Body validate()
-
builder
final static BulkCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.schedules()
-
-
-
-