Klasse DeleteAPIsOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteAPIsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteAPIsOperationSpec
extends Object
DeleteAPIsSpec
Specification for the DeleteAPIs operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DeleteAPIsOperationSpec
(String apiIds, Boolean forceDelete) Constructs a validated instance ofDeleteAPIsOperationSpec
.Constructs a validated instance ofDeleteAPIsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiIds()
API Ids for the APIs to be deleted.API Ids for the APIs to be deleted.builder()
protected boolean
boolean
@Nullable Boolean
Flag for force delete.forceDelete
(@Nullable Boolean forceDelete) Flag for force delete.int
hashCode()
toString()
void
validate()
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
-
DeleteAPIsOperationSpec
Constructs a validated instance ofDeleteAPIsOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteAPIsOperationSpec
Constructs a validated instance ofDeleteAPIsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiIds
- API Ids for the APIs to be deleted. Multiple API ids combined by commaforceDelete
- Flag for force delete. Required when API is associated with some applications
-
DeleteAPIsOperationSpec
protected DeleteAPIsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiIds
API Ids for the APIs to be deleted. Multiple API ids combined by comma -
forceDelete
Flag for force delete. Required when API is associated with some applications -
apiIds
API Ids for the APIs to be deleted. Multiple API ids combined by comma- 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
-