Klasse CreateAutomationActionsRunnerOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateAutomationActionsRunnerOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateAutomationActionsRunnerOperationSpec
extends Object
CreateAutomationActionsRunnerSpec
Specification for the CreateAutomationActionsRunner operation.
Create an Automation Action runner.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreateAutomationActionsRunnerOperationSpec(Consumer<CreateAutomationActionsRunnerOperationSpec> spec) Constructs a validated implementation ofCreateAutomationActionsRunnerOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@NotNull CreateAutomationActionsRunnerRequestcreateAutomationActionsRunnerRequest(@NotNull CreateAutomationActionsRunnerRequest createAutomationActionsRunnerRequest) booleaninthashCode()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
-
CreateAutomationActionsRunnerOperationSpec
@Internal public CreateAutomationActionsRunnerOperationSpec(Consumer<CreateAutomationActionsRunnerOperationSpec> spec) Constructs a validated implementation ofCreateAutomationActionsRunnerOperationSpec.- 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
-
createAutomationActionsRunnerRequest
@NotNull public @NotNull CreateAutomationActionsRunnerRequest createAutomationActionsRunnerRequest() -
createAutomationActionsRunnerRequest
public CreateAutomationActionsRunnerOperationSpec createAutomationActionsRunnerRequest(@NotNull @NotNull CreateAutomationActionsRunnerRequest createAutomationActionsRunnerRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-