Klasse CreateIncidentWorkflowInstanceOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateIncidentWorkflowInstanceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateIncidentWorkflowInstanceOperationSpec
extends Object
CreateIncidentWorkflowInstanceSpec
Specification for the CreateIncidentWorkflowInstance operation.
Start an Incident Workflow Instance
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreateIncidentWorkflowInstanceOperationSpec(Consumer<CreateIncidentWorkflowInstanceOperationSpec> spec) Constructs a validated implementation ofCreateIncidentWorkflowInstanceOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@Nullable CreateIncidentWorkflowInstanceRequestcreateIncidentWorkflowInstanceRequest(@Nullable CreateIncidentWorkflowInstanceRequest createIncidentWorkflowInstanceRequest) booleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.toString()voidvalidate()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
-
CreateIncidentWorkflowInstanceOperationSpec
@Internal public CreateIncidentWorkflowInstanceOperationSpec(Consumer<CreateIncidentWorkflowInstanceOperationSpec> spec) Constructs a validated implementation ofCreateIncidentWorkflowInstanceOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
id
The ID of the resource. -
createIncidentWorkflowInstanceRequest
@Nullable public @Nullable CreateIncidentWorkflowInstanceRequest createIncidentWorkflowInstanceRequest() -
id
The ID of the resource.- Gibt zurück:
this.
-
createIncidentWorkflowInstanceRequest
public CreateIncidentWorkflowInstanceOperationSpec createIncidentWorkflowInstanceRequest(@Nullable @Nullable CreateIncidentWorkflowInstanceRequest createIncidentWorkflowInstanceRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-