Uses of Class
com.bitheads.braincloud.services.GroupACL.Access
| Package | Description |
|---|---|
| com.bitheads.braincloud.services |
-
Uses of GroupACL.Access in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupACL.Access Modifier and Type Method Description static GroupACL.AccessGroupACL.Access. fromOrdinal(int val)GroupACL.AccessGroupACL. getMember()GroupACL.AccessGroupACL. getOther()static GroupACL.AccessGroupACL.Access. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupACL.Access[]GroupACL.Access. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bitheads.braincloud.services with parameters of type GroupACL.Access Modifier and Type Method Description voidGroupACL. setMember(GroupACL.Access value)voidGroupACL. setOther(GroupACL.Access value)Constructors in com.bitheads.braincloud.services with parameters of type GroupACL.Access Constructor Description GroupACL(GroupACL.Access other, GroupACL.Access member)