Uses of Class
org.alfresco.rest.framework.core.ResourceParameter.KIND
-
Packages that use ResourceParameter.KIND Package Description org.alfresco.rest.framework org.alfresco.rest.framework.core -
-
Uses of ResourceParameter.KIND in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that return ResourceParameter.KIND Modifier and Type Method Description ResourceParameter.KIND
kind()
-
Uses of ResourceParameter.KIND in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceParameter.KIND Modifier and Type Method Description ResourceParameter.KIND
ResourceParameter. getParamType()
static ResourceParameter.KIND
ResourceParameter.KIND. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceParameter.KIND[]
ResourceParameter.KIND. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.framework.core with parameters of type ResourceParameter.KIND Modifier and Type Method Description protected static ResourceParameter
ResourceParameter. valueOf(String name, String title, String description, boolean required, ResourceParameter.KIND kind, boolean allowMultiple, Class<?> dataType)
Creates a new ResourceParameter.
-