Klasse UpdateAPIOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateAPIOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateAPIOperationSpec
extends Object
UpdateAPISpec
Specification for the UpdateAPI operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
API Id for the API to be updatedAPI Id for the API to be updated@NotNull UpdateAPIRequest
body()
body
(@NotNull UpdateAPIRequest body) protected boolean
boolean
int
hashCode()
@Nullable Boolean
When an API is updated using a URL / file, the existing tags will be overwritten if this value is true.overwriteTags
(@Nullable Boolean overwriteTags) When an API is updated using a URL / file, the existing tags will be overwritten if this value is true.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
-
UpdateAPIOperationSpec
Constructs a validated implementation ofUpdateAPIOperationSpec
.- Parameter:
spec
- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
apiId
API Id for the API to be updated -
body
-
overwriteTags
When an API is updated using a URL / file, the existing tags will be overwritten if this value is true. -
apiId
API Id for the API to be updated- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
overwriteTags
When an API is updated using a URL / file, the existing tags will be overwritten if this value is true.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-