Klasse CreateAutomationActionServiceAssocationOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateAutomationActionServiceAssocationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateAutomationActionServiceAssocationOperationSpec
extends Object
CreateAutomationActionServiceAssocationSpec
Specification for the CreateAutomationActionServiceAssocation operation.
Associate an Automation Action with a service
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateAutomationActionServiceAssocationOperationSpec(String id, CreateAutomationActionServiceAssocationRequest createAutomationActionServiceAssocationRequest) Constructs a validated instance ofCreateAutomationActionServiceAssocationOperationSpec.CreateAutomationActionServiceAssocationOperationSpec(Consumer<CreateAutomationActionServiceAssocationOperationSpec> spec) Constructs a validated instance ofCreateAutomationActionServiceAssocationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleancreateAutomationActionServiceAssocationRequest(@NotNull CreateAutomationActionServiceAssocationRequest createAutomationActionServiceAssocationRequest) booleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.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
-
CreateAutomationActionServiceAssocationOperationSpec
@Internal public CreateAutomationActionServiceAssocationOperationSpec(Consumer<CreateAutomationActionServiceAssocationOperationSpec> spec) Constructs a validated instance ofCreateAutomationActionServiceAssocationOperationSpec.- Parameter:
spec- the specification to process
-
CreateAutomationActionServiceAssocationOperationSpec
@Internal public CreateAutomationActionServiceAssocationOperationSpec(String id, CreateAutomationActionServiceAssocationRequest createAutomationActionServiceAssocationRequest) Constructs a validated instance ofCreateAutomationActionServiceAssocationOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the resource.createAutomationActionServiceAssocationRequest-
-
CreateAutomationActionServiceAssocationOperationSpec
protected CreateAutomationActionServiceAssocationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the resource. -
createAutomationActionServiceAssocationRequest
@NotNull public @NotNull CreateAutomationActionServiceAssocationRequest createAutomationActionServiceAssocationRequest() -
id
The ID of the resource.- Gibt zurück:
this.
-
createAutomationActionServiceAssocationRequest
public CreateAutomationActionServiceAssocationOperationSpec createAutomationActionServiceAssocationRequest(@NotNull @NotNull CreateAutomationActionServiceAssocationRequest createAutomationActionServiceAssocationRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-