Klasse CreateV2EventOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.eventsv2.spec.CreateV2EventOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateV2EventOperationSpec
extends Object
CreateV2EventSpec
Specification for the CreateV2Event operation.
Send an event to PagerDuty
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@NotNull CreateV2EventRequestcreateV2EventRequest(@NotNull CreateV2EventRequest createV2EventRequest) 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
-
CreateV2EventOperationSpec
Constructs a validated implementation ofCreateV2EventOperationSpec.- 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
-
createV2EventRequest
-
createV2EventRequest
public CreateV2EventOperationSpec createV2EventRequest(@NotNull @NotNull CreateV2EventRequest createV2EventRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-