Package app.knock.api.models.schedules
Class ScheduleDeleteParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class ScheduleDeleteParams implements Params
Permanently deletes one or more schedules identified by the provided schedule IDs. This operation cannot be undone.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScheduleDeleteParams.BuilderA builder for ScheduleDeleteParams.
public final classScheduleDeleteParams.BodyA request to delete a schedule.
-
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>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final ScheduleDeleteParams.BuildertoBuilder()final ScheduleDeleteParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScheduleDeleteParams.Builderbuilder()Returns a mutable builder for constructing an instance of ScheduleDeleteParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final ScheduleDeleteParams.Builder toBuilder()
-
_body
final ScheduleDeleteParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static ScheduleDeleteParams.Builder builder()
Returns a mutable builder for constructing an instance of ScheduleDeleteParams.
The following fields are required:
.scheduleIds()
-
-
-
-