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
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateServiceIntegrationOperationSpec(String id, CreateServiceIntegrationRequest createServiceIntegrationRequest) Constructs a validated instance ofCreateServiceIntegrationOperationSpec.Constructs a validated instance ofCreateServiceIntegrationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected 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 instance ofCreateServiceIntegrationOperationSpec.- Parameter:
spec- the specification to process
-
CreateServiceIntegrationOperationSpec
@Internal public CreateServiceIntegrationOperationSpec(String id, CreateServiceIntegrationRequest createServiceIntegrationRequest) Constructs a validated instance ofCreateServiceIntegrationOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the resource.createServiceIntegrationRequest- The integration to be created
-
CreateServiceIntegrationOperationSpec
protected CreateServiceIntegrationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static CreateServiceIntegrationOperationSpec.CreateServiceIntegrationOperationSpecBuilder builder() -
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
-