Uses of Class
io.swagger.annotations.ApiModelProperty.AccessMode
-
-
Uses of ApiModelProperty.AccessMode in io.swagger.annotations
Methods in io.swagger.annotations that return ApiModelProperty.AccessMode Modifier and Type Method Description ApiModelProperty.AccessModeaccessMode()Allows to specify the access mode of a model property (AccessMode.READ_ONLY, READ_WRITE)static ApiModelProperty.AccessModeApiModelProperty.AccessMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiModelProperty.AccessMode[]ApiModelProperty.AccessMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-