Uses of Class
org.gcube.common.storagehub.model.acls.AccessType
-
Packages that use AccessType Package Description org.gcube.common.storagehub.model.acls -
-
Uses of AccessType in org.gcube.common.storagehub.model.acls
Methods in org.gcube.common.storagehub.model.acls that return AccessType Modifier and Type Method Description static AccessTypeAccessType. fromValue(String value)static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-