Klasse DeleteCacheDetailsByapiNameAndVersionOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteCacheDetailsByapiNameAndVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteCacheDetailsByapiNameAndVersionOperationSpec
extends Object
DeleteCacheDetailsByapiNameAndVersionSpec
Specification for the DeleteCacheDetailsByapiNameAndVersion 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteCacheDetailsByapiNameAndVersionOperationSpec(String apiName, String apiVersion) Constructs a validated instance ofDeleteCacheDetailsByapiNameAndVersionOperationSpec.DeleteCacheDetailsByapiNameAndVersionOperationSpec(Consumer<DeleteCacheDetailsByapiNameAndVersionOperationSpec> spec) Constructs a validated instance ofDeleteCacheDetailsByapiNameAndVersionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiName()This query parameter is used to specify the API name for which the service result cache deletion is requsted.This query parameter is used to specify the API name for which the service result cache deletion is requsted.@NotNull StringThe version of the apiName parameter specifiedapiVersion(@NotNull String apiVersion) The version of the apiName parameter specifiedbuilder()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
-
DeleteCacheDetailsByapiNameAndVersionOperationSpec
@Internal public DeleteCacheDetailsByapiNameAndVersionOperationSpec(Consumer<DeleteCacheDetailsByapiNameAndVersionOperationSpec> spec) Constructs a validated instance ofDeleteCacheDetailsByapiNameAndVersionOperationSpec.- Parameter:
spec- the specification to process
-
DeleteCacheDetailsByapiNameAndVersionOperationSpec
@Internal public DeleteCacheDetailsByapiNameAndVersionOperationSpec(String apiName, String apiVersion) Constructs a validated instance ofDeleteCacheDetailsByapiNameAndVersionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiName- This query parameter is used to specify the API name for which the service result cache deletion is requsted.apiVersion- The version of the apiName parameter specified
-
DeleteCacheDetailsByapiNameAndVersionOperationSpec
protected DeleteCacheDetailsByapiNameAndVersionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiName
This query parameter is used to specify the API name for which the service result cache deletion is requsted. -
apiVersion
The version of the apiName parameter specified -
apiName
This query parameter is used to specify the API name for which the service result cache deletion is requsted.- Gibt zurück:
this.
-
apiVersion
public DeleteCacheDetailsByapiNameAndVersionOperationSpec apiVersion(@NotNull @NotNull String apiVersion) The version of the apiName parameter specified- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-