Class ClientApplicationUpdate
java.lang.Object
io.goobi.viewer.api.rest.v1.clients.ClientApplicationUpdate
Request body DTO for PUT /clients/{id}.
Used only for OpenAPI schema generation. The actual deserialization still targets
ClientApplication because Jackson
ignores unknown fields and all writable fields are also present there.
Keeping this class separate (without readOnly properties) avoids a schemathesis 4.x incompatibility: the examples phase fails when a schema mixes readOnly properties with writable properties that carry example values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAccessStatus(ClientApplication.AccessStatus accessStatus) voidsetDescription(String description) voidvoidsetSubnetMask(String subnetMask)
-
Constructor Details
-
ClientApplicationUpdate
public ClientApplicationUpdate()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getSubnetMask
-
setSubnetMask
-
getAccessStatus
-
setAccessStatus
-