Klasse DeleteScheduleOverrideOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.DeleteScheduleOverrideOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteScheduleOverrideOperationSpec
extends Object
DeleteScheduleOverrideSpec
Specification for the DeleteScheduleOverride operation.
Delete an override
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
DeleteScheduleOverrideOperationSpec
(String id, String overrideId) Constructs a validated instance ofDeleteScheduleOverrideOperationSpec
.Constructs a validated instance ofDeleteScheduleOverrideOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
id()
The ID of the resource.The ID of the resource.@NotNull String
The override ID on the schedule.overrideId
(@NotNull String overrideId) The override ID on the schedule.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteScheduleOverrideOperationSpec
@Internal public DeleteScheduleOverrideOperationSpec(Consumer<DeleteScheduleOverrideOperationSpec> spec) Constructs a validated instance ofDeleteScheduleOverrideOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteScheduleOverrideOperationSpec
Constructs a validated instance ofDeleteScheduleOverrideOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the resource.overrideId
- The override ID on the schedule.
-
DeleteScheduleOverrideOperationSpec
protected DeleteScheduleOverrideOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteScheduleOverrideOperationSpec.DeleteScheduleOverrideOperationSpecBuilder builder() -
id
The ID of the resource. -
overrideId
The override ID on the schedule. -
id
The ID of the resource.- Gibt zurück:
this
.
-
overrideId
The override ID on the schedule.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-