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