Klasse GetOrchestrationIntegrationOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.GetOrchestrationIntegrationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetOrchestrationIntegrationOperationSpec
extends Object
GetOrchestrationIntegrationSpec
Specification for the GetOrchestrationIntegration operation.
Get 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 ofGetOrchestrationIntegrationOperationSpec. -
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.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
-
GetOrchestrationIntegrationOperationSpec
@Internal public GetOrchestrationIntegrationOperationSpec(Consumer<GetOrchestrationIntegrationOperationSpec> spec) Constructs a validated implementation ofGetOrchestrationIntegrationOperationSpec.- 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. -
id
The ID of an Event Orchestration.- Gibt zurück:
this.
-
integrationId
public GetOrchestrationIntegrationOperationSpec integrationId(@NotNull @NotNull String integrationId) The ID of an Integration.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-