Klasse CreateServiceIntegrationOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateServiceIntegrationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateServiceIntegrationOperationSpec
extends Object
CreateServiceIntegrationSpec
Specification for the CreateServiceIntegration operation.
Create a new integration
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofCreateServiceIntegrationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@Nullable CreateServiceIntegrationRequestThe integration to be createdcreateServiceIntegrationRequest(@Nullable CreateServiceIntegrationRequest createServiceIntegrationRequest) The integration to be createdbooleaninthashCode()@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
-
CreateServiceIntegrationOperationSpec
@Internal public CreateServiceIntegrationOperationSpec(Consumer<CreateServiceIntegrationOperationSpec> spec) Constructs a validated implementation ofCreateServiceIntegrationOperationSpec.- 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 the resource. -
createServiceIntegrationRequest
The integration to be created -
id
The ID of the resource.- Gibt zurück:
this.
-
createServiceIntegrationRequest
public CreateServiceIntegrationOperationSpec createServiceIntegrationRequest(@Nullable @Nullable CreateServiceIntegrationRequest createServiceIntegrationRequest) The integration to be created- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-