Uses of Class
org.dspace.rest.common.ResourcePolicy.Action
-
Packages that use ResourcePolicy.Action Package Description org.dspace.rest.common -
-
Uses of ResourcePolicy.Action in org.dspace.rest.common
Methods in org.dspace.rest.common that return ResourcePolicy.Action Modifier and Type Method Description ResourcePolicy.ActionResourcePolicy. getAction()static ResourcePolicy.ActionResourcePolicy.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourcePolicy.Action[]ResourcePolicy.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.rest.common with parameters of type ResourcePolicy.Action Modifier and Type Method Description voidResourcePolicy. setAction(ResourcePolicy.Action action)
-