Klasse DeleteAPIOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteAPIOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteAPIOperationSpec
extends Object
DeleteAPISpec
Specification for the DeleteAPI operation.
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteAPIOperationSpec(String apiId, Boolean forceDelete) Constructs a validated instance ofDeleteAPIOperationSpec.Constructs a validated instance ofDeleteAPIOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiId()API Id for the API to be deletedAPI Id for the API to be deletedbuilder()protected booleanboolean@Nullable BooleanFlag for force delete.forceDelete(@Nullable Boolean forceDelete) Flag for force delete.inthashCode()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
-
DeleteAPIOperationSpec
Constructs a validated instance ofDeleteAPIOperationSpec.- Parameter:
spec- the specification to process
-
DeleteAPIOperationSpec
Constructs a validated instance ofDeleteAPIOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId- API Id for the API to be deletedforceDelete- Flag for force delete. Required when API is associated with some applications
-
DeleteAPIOperationSpec
protected DeleteAPIOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiId
API Id for the API to be deleted -
forceDelete
Flag for force delete. Required when API is associated with some applications -
apiId
API Id for the API to be deleted- Gibt zurück:
this.
-
forceDelete
Flag for force delete. Required when API is associated with some applications- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-