Uses of Class
com.syntifi.near.api.model.accesskey.permission.FullAccessPermission
-
Packages that use FullAccessPermission Package Description com.syntifi.near.api.model.accesskey.permission -
-
Uses of FullAccessPermission in com.syntifi.near.api.model.accesskey.permission
Methods in com.syntifi.near.api.model.accesskey.permission that return FullAccessPermission Modifier and Type Method Description static FullAccessPermission
FullAccessPermission. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FullAccessPermission[]
FullAccessPermission. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-