Uses of Class
org.opencastproject.runtimeinfo.rest.RestParamData.Type
-
Packages that use RestParamData.Type Package Description org.opencastproject.runtimeinfo.rest -
-
Uses of RestParamData.Type in org.opencastproject.runtimeinfo.rest
Methods in org.opencastproject.runtimeinfo.rest that return RestParamData.Type Modifier and Type Method Description static RestParamData.TypeRestParamData.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RestParamData.Type[]RestParamData.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencastproject.runtimeinfo.rest with parameters of type RestParamData.Type Constructor Description RestParamData(String name, RestParamData.Type type, String defaultValue, String description, String xmlSchema)Create a parameter for this endpoint, the thing you are adding it to indicates if required or optional
-