Package app.knock.api.models.schedules
Class ScheduleDeleteParams.Body
-
- All Implemented Interfaces:
public final class ScheduleDeleteParams.BodyA request to delete a schedule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScheduleDeleteParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<String>scheduleIds()A list of schedule IDs. final JsonField<List<String>>_scheduleIds()Returns the raw JSON value of scheduleIds. final Map<String, JsonValue>_additionalProperties()final ScheduleDeleteParams.Body.BuildertoBuilder()final ScheduleDeleteParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScheduleDeleteParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
scheduleIds
final List<String> scheduleIds()
A list of schedule IDs.
-
_scheduleIds
final JsonField<List<String>> _scheduleIds()
Returns the raw JSON value of scheduleIds.
Unlike scheduleIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScheduleDeleteParams.Body.Builder toBuilder()
-
validate
final ScheduleDeleteParams.Body validate()
-
builder
final static ScheduleDeleteParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.scheduleIds()
-
-
-
-