Uses of Enum Class
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.KINDReturns the enum constant of this class with the specified name.static ResourceParameter.KIND[]ResourceParameter.KIND.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.rest.framework.core with parameters of type ResourceParameter.KINDModifier and TypeMethodDescriptionprotected static ResourceParameterResourceParameter.valueOf(String name, String title, String description, boolean required, ResourceParameter.KIND kind, boolean allowMultiple, Class<?> dataType) Creates a new ResourceParameter.