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
-
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
PostIncidentWorkflowOperationSpec
(PostIncidentWorkflowRequest postIncidentWorkflowRequest) Constructs a validated instance ofPostIncidentWorkflowOperationSpec
.Constructs a validated instance ofPostIncidentWorkflowOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable PostIncidentWorkflowRequest
postIncidentWorkflowRequest
(@Nullable PostIncidentWorkflowRequest postIncidentWorkflowRequest) 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
-
PostIncidentWorkflowOperationSpec
@Internal public PostIncidentWorkflowOperationSpec(Consumer<PostIncidentWorkflowOperationSpec> spec) Constructs a validated instance ofPostIncidentWorkflowOperationSpec
.- Parameter:
spec
- the specification to process
-
PostIncidentWorkflowOperationSpec
@Internal public PostIncidentWorkflowOperationSpec(PostIncidentWorkflowRequest postIncidentWorkflowRequest) Constructs a validated instance ofPostIncidentWorkflowOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
postIncidentWorkflowRequest
-
-
PostIncidentWorkflowOperationSpec
protected PostIncidentWorkflowOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
postIncidentWorkflowRequest
-
postIncidentWorkflowRequest
public PostIncidentWorkflowOperationSpec postIncidentWorkflowRequest(@Nullable @Nullable PostIncidentWorkflowRequest postIncidentWorkflowRequest) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-