Klasse DeleteCacheDetailsbyAPIIdOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteCacheDetailsbyAPIIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteCacheDetailsbyAPIIdOperationSpec
extends Object
DeleteCacheDetailsbyAPIIdSpec
Specification for the DeleteCacheDetailsbyAPIId 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofDeleteCacheDetailsbyAPIIdOperationSpec.Constructs a validated instance ofDeleteCacheDetailsbyAPIIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiId()The id of API for which the Service Result Cache deletion is requestedThe id of API for which the Service Result Cache deletion is requestedbuilder()protected booleanbooleaninthashCode()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
-
DeleteCacheDetailsbyAPIIdOperationSpec
@Internal public DeleteCacheDetailsbyAPIIdOperationSpec(Consumer<DeleteCacheDetailsbyAPIIdOperationSpec> spec) Constructs a validated instance ofDeleteCacheDetailsbyAPIIdOperationSpec.- Parameter:
spec- the specification to process
-
DeleteCacheDetailsbyAPIIdOperationSpec
Constructs a validated instance ofDeleteCacheDetailsbyAPIIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId- The id of API for which the Service Result Cache deletion is requested
-
DeleteCacheDetailsbyAPIIdOperationSpec
protected DeleteCacheDetailsbyAPIIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteCacheDetailsbyAPIIdOperationSpec.DeleteCacheDetailsbyAPIIdOperationSpecBuilder builder() -
apiId
The id of API for which the Service Result Cache deletion is requested -
apiId
The id of API for which the Service Result Cache deletion is requested- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-