Klasse PostIncidentWorkflowOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.PostIncidentWorkflowOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PostIncidentWorkflowOperationSpec
extends Object
PostIncidentWorkflowSpec
Specification for the PostIncidentWorkflow operation.
Create an Incident Workflow
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofPostIncidentWorkflowOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@Nullable PostIncidentWorkflowRequestpostIncidentWorkflowRequest(@Nullable PostIncidentWorkflowRequest postIncidentWorkflowRequest) 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
-
PostIncidentWorkflowOperationSpec
@Internal public PostIncidentWorkflowOperationSpec(Consumer<PostIncidentWorkflowOperationSpec> spec) Constructs a validated implementation ofPostIncidentWorkflowOperationSpec.- 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
-
postIncidentWorkflowRequest
-
postIncidentWorkflowRequest
public PostIncidentWorkflowOperationSpec postIncidentWorkflowRequest(@Nullable @Nullable PostIncidentWorkflowRequest postIncidentWorkflowRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-