Uses of Enum
com.bitheads.braincloud.services.GroupACL.Access
Packages that use GroupACL.Access
-
Uses of GroupACL.Access in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupACL.AccessModifier and TypeMethodDescriptionstatic GroupACL.AccessGroupACL.Access.fromOrdinal(int val) GroupACL.getMember()GroupACL.getOther()static GroupACL.AccessReturns 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.AccessModifier and TypeMethodDescriptionvoidGroupACL.setMember(GroupACL.Access value) voidGroupACL.setOther(GroupACL.Access value) Constructors in com.bitheads.braincloud.services with parameters of type GroupACL.Access