Enum Class SpaceListAccess.Type
- All Implemented Interfaces:
Serializable,Comparable<SpaceListAccess.Type>,Constable
- Enclosing class:
- SpaceListAccess
The space list access Type Enum.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGets the accessible spaces of the user.Gets the accessible spaces of the user by filter.Gets the all spaces (for super user).Gets the all spaces by filter.Gets the common spaces between two usersGets the favorite spaces of a user by filter.Gets the invited spaces of the user.Gets the invited spaces of the user by filter.Provides SpaceNavigation to get the lastest spaces accessedGets the spaces which the user has the "manager" role.Gets the spaces which the user has the "manager" role by filter.Gets the spaces which the user has the "member" role.Gets the spaces which the user has the "member" role by filter.Gets the pending spaces of the user.Gets the pending spaces of the user by filter.Provides Relationship of Users requesting to join a SpaceGets the public spaces of the user.Gets the public spaces of the user by filter.Gets the public spaces of the super user.Gets the spaces which the user has setting permission.Gets the spaces which the user has setting permission by filter.Provides Unified Search to get the spaces which are visible and not include these spaces hiddenGets the spaces which are visible and not include these spaces hiddenGets the spaces which are visited at least once -
Method Summary
Modifier and TypeMethodDescriptionstatic SpaceListAccess.TypeReturns the enum constant of this class with the specified name.static SpaceListAccess.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
Gets the all spaces (for super user). -
ALL_FILTER
Gets the all spaces by filter. -
ACCESSIBLE
Gets the accessible spaces of the user. -
ACCESSIBLE_FILTER
Gets the accessible spaces of the user by filter. -
INVITED
Gets the invited spaces of the user. -
INVITED_FILTER
Gets the invited spaces of the user by filter. -
PENDING
Gets the pending spaces of the user. -
PENDING_FILTER
Gets the pending spaces of the user by filter. -
PUBLIC
Gets the public spaces of the user. -
PUBLIC_FILTER
Gets the public spaces of the user by filter. -
PUBLIC_SUPER_USER
Gets the public spaces of the super user. -
SETTING
Gets the spaces which the user has setting permission. -
SETTING_FILTER
Gets the spaces which the user has setting permission by filter. -
MEMBER
Gets the spaces which the user has the "member" role. -
MEMBER_FILTER
Gets the spaces which the user has the "member" role by filter. -
FAVORITE_FILTER
Gets the favorite spaces of a user by filter. -
MANAGER
Gets the spaces which the user has the "manager" role. -
MANAGER_FILTER
Gets the spaces which the user has the "manager" role by filter. -
VISIBLE
Gets the spaces which are visible and not include these spaces hidden -
UNIFIED_SEARCH
Provides Unified Search to get the spaces which are visible and not include these spaces hidden -
LASTEST_ACCESSED
Provides SpaceNavigation to get the lastest spaces accessed -
PENDING_REQUESTS
Provides Relationship of Users requesting to join a Space -
VISITED
Gets the spaces which are visited at least once -
COMMON
Gets the common spaces between two users
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-