Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.permission.Permissions.Actions
Packages that use Permissions.Actions
Package
Description
-
Uses of Permissions.Actions in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.permission
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.permission that return Permissions.ActionsModifier and TypeMethodDescriptionstatic @Nullable Permissions.ActionsReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable Permissions.ActionsPermissions.Actions.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull Permissions.ActionsReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull Permissions.ActionsPermissions.Actions.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static Permissions.ActionsReturns the enum constant of this class with the specified name.static Permissions.Actions[]Permissions.Actions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.permission that return types with arguments of type Permissions.ActionsModifier and TypeMethodDescription@Nullable Set<Permissions.Actions>Permissions.getActions()Return actions, ornullif it is not present.PermissionsBuilder.getActions()Return current value associated with the property corresponding toPermissions.getActions().default @NonNull Set<Permissions.Actions>Permissions.requireActions()Return actions, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.permission with type arguments of type Permissions.ActionsModifier and TypeMethodDescriptionPermissionsBuilder.setActions(Set<Permissions.Actions> values) Set the property corresponding toPermissions.getActions()to the specified value.