Klasse PostOrchestrationIntegrationOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.PostOrchestrationIntegrationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PostOrchestrationIntegrationOperationSpec
extends Object
PostOrchestrationIntegrationSpec
Specification for the PostOrchestrationIntegration operation.
Create an Integration for an Event Orchestration
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofPostOrchestrationIntegrationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull Stringid()The ID of an Event Orchestration.The ID of an Event Orchestration.@Nullable PostOrchestrationIntegrationRequestpostOrchestrationIntegrationRequest(@Nullable PostOrchestrationIntegrationRequest postOrchestrationIntegrationRequest) 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
-
PostOrchestrationIntegrationOperationSpec
@Internal public PostOrchestrationIntegrationOperationSpec(Consumer<PostOrchestrationIntegrationOperationSpec> spec) Constructs a validated implementation ofPostOrchestrationIntegrationOperationSpec.- 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 an Event Orchestration. -
postOrchestrationIntegrationRequest
@Nullable public @Nullable PostOrchestrationIntegrationRequest postOrchestrationIntegrationRequest() -
id
The ID of an Event Orchestration.- Gibt zurück:
this.
-
postOrchestrationIntegrationRequest
public PostOrchestrationIntegrationOperationSpec postOrchestrationIntegrationRequest(@Nullable @Nullable PostOrchestrationIntegrationRequest postOrchestrationIntegrationRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-