Uses of Class
io.swagger.v3.oas.annotations.media.Schema.AccessMode
-
Packages that use Schema.AccessMode Package Description io.swagger.v3.oas.annotations.media -
-
Uses of Schema.AccessMode in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return Schema.AccessMode Modifier and Type Method Description Schema.AccessMode
accessMode()
Allows to specify the access mode (AccessMode.READ_ONLY, READ_WRITE) AccessMode.READ_ONLY: value will not be written to during a request but may be returned during a response.static Schema.AccessMode
Schema.AccessMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schema.AccessMode[]
Schema.AccessMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-