Uses of Enum Class
org.gcube.vomanagement.usermanagement.model.GroupMembershipType
Packages that use GroupMembershipType
-
Uses of GroupMembershipType in org.gcube.vomanagement.usermanagement.model
Methods in org.gcube.vomanagement.usermanagement.model that return GroupMembershipTypeModifier and TypeMethodDescriptionGCubeGroup.getMembershipType()Gets the membership type.static GroupMembershipTypeReturns the enum constant of this class with the specified name.static GroupMembershipType[]GroupMembershipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.vomanagement.usermanagement.model with parameters of type GroupMembershipTypeModifier and TypeMethodDescriptionvoidGCubeGroup.setMembershipType(GroupMembershipType membershipType) Sets the membership type.Constructors in org.gcube.vomanagement.usermanagement.model with parameters of type GroupMembershipTypeModifierConstructorDescriptionGCubeGroup(long groupId, long parentGroupId, String groupName, String description, String friendlyURL, long logoId, int userCount, List<GCubeGroup> children, GroupMembershipType membershipType) GCubeGroup(long groupId, long parentGroupId, String groupName, String description, String friendlyURL, long logoId, List<GCubeGroup> children, GroupMembershipType membershipType) Instantiates a new g cube group.