Uses of Enum
org.alfresco.rest.framework.core.ResourceParameter.KIND
Packages that use ResourceParameter.KIND
-
Uses of ResourceParameter.KIND in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceParameter.KINDModifier and TypeMethodDescriptionResourceParameter.getParamType()
static ResourceParameter.KIND
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.KINDModifier and TypeMethodDescriptionprotected static ResourceParameter
ResourceParameter.valueOf
(String name, String title, String description, boolean required, ResourceParameter.KIND kind, boolean allowMultiple, Class<?> dataType) Creates a new ResourceParameter.