Enum Class SpaceMemberFilterListAccess.Type
java.lang.Object
java.lang.Enum<SpaceMemberFilterListAccess.Type>
org.exoplatform.social.core.identity.SpaceMemberFilterListAccess.Type
- All Implemented Interfaces:
Serializable,Comparable<SpaceMemberFilterListAccess.Type>,Constable
- Enclosing class:
SpaceMemberFilterListAccess
The connection 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 a list of identities of disabled users who are also members of this spaceGets a list of identities who are invited to join the spaceGets a list of identities who are the leader ofGets a list of identities who invited to connect to the provided identity and profile filterGets a list of identities who are pending of membership approvalGets a list of identities who are the publisher ofGets a list of identities who are the redactor of -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpaceMemberFilterListAccess.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MEMBER
Gets a list of identities who invited to connect to the provided identity and profile filter -
MANAGER
Gets a list of identities who are the leader of -
REDACTOR
Gets a list of identities who are the redactor of -
PUBLISHER
Gets a list of identities who are the publisher of -
INVITED
Gets a list of identities who are invited to join the space -
PENDING
Gets a list of identities who are pending of membership approval -
DISABLED
Gets a list of identities of disabled users who are also members of this space
-
-
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
-