Uses of Enum Class
org.exoplatform.social.core.identity.ConnectionListAccess.Type
Packages that use ConnectionListAccess.Type
-
Uses of ConnectionListAccess.Type in org.exoplatform.social.core.identity
Methods in org.exoplatform.social.core.identity that return ConnectionListAccess.TypeModifier and TypeMethodDescriptionConnectionListAccess.getType()Gets the type of connection list access.static ConnectionListAccess.TypeReturns the enum constant of this class with the specified name.static ConnectionListAccess.Type[]ConnectionListAccess.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.identity with parameters of type ConnectionListAccess.TypeModifier and TypeMethodDescriptionvoidConnectionListAccess.setType(ConnectionListAccess.Type type) Sets the type of connection list access.Constructors in org.exoplatform.social.core.identity with parameters of type ConnectionListAccess.TypeModifierConstructorDescriptionConnectionListAccess(org.exoplatform.social.core.storage.api.RelationshipStorage relationshipStorage, org.exoplatform.social.core.identity.model.Identity identity, ConnectionListAccess.Type type) The constructor.