Enum Class ConnectionFilterListAccess.Type

java.lang.Object
java.lang.Enum<ConnectionFilterListAccess.Type>
org.exoplatform.social.core.identity.ConnectionFilterListAccess.Type
All Implemented Interfaces:
Serializable, Comparable<ConnectionFilterListAccess.Type>, Constable
Enclosing class:
ConnectionFilterListAccess

public static enum ConnectionFilterListAccess.Type extends Enum<ConnectionFilterListAccess.Type>
The connection list access Type Enum.
  • Enum Constant Details

    • PROFILE_FILTER_INCOMMING

      public static final ConnectionFilterListAccess.Type PROFILE_FILTER_INCOMMING
      Gets a list of identities who invited to connect to the provided identity and profile filter
    • PROFILE_FILTER_OUTGOING

      public static final ConnectionFilterListAccess.Type PROFILE_FILTER_OUTGOING
      Gets a list of identities who were invited to connect by the provided identity and profile filter
    • PROFILE_FILTER_CONNECTION

      public static final ConnectionFilterListAccess.Type PROFILE_FILTER_CONNECTION
      Gets a list of identities who were connected with the provided identity and profile filter
  • Method Details

    • values

      public static ConnectionFilterListAccess.Type[] 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

      public static ConnectionFilterListAccess.Type valueOf(String name)
      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 name
      NullPointerException - if the argument is null