Uses of Class
org.gcube.portal.shared.UserBelonging
-
Packages that use UserBelonging Package Description org.gcube.portal.shared -
-
Uses of UserBelonging in org.gcube.portal.shared
Methods in org.gcube.portal.shared that return UserBelonging Modifier and Type Method Description static UserBelongingUserBelonging. valueOf(String name)Returns the enum constant of this type with the specified name.static UserBelonging[]UserBelonging. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.portal.shared with parameters of type UserBelonging Constructor Description VO(String voName, String description, String imageURL, String infraScope, String friendlyURL, UserBelonging userBelonging, boolean isRoot, ArrayList<VRE> vres)VRE(long id, String vreName, String description, String keywords, String vreCategoryName, String imageURL, String infraScope, String friendlyURL, UserBelonging userBelonging, int usersNo, String joinRequestURL)VRE(long id, String vreName, String description, String keywords, String vreCategoryName, String imageURL, String infraScope, String friendlyURL, UserBelonging userBelonging, VreMembershipType membershipType, int usersNo, String joinRequestURL)
-