Uses of Enum Class
org.exoplatform.social.core.identity.ProfileFilterListAccess.Type
Packages that use ProfileFilterListAccess.Type
-
Uses of ProfileFilterListAccess.Type in org.exoplatform.social.core.identity
Methods in org.exoplatform.social.core.identity that return ProfileFilterListAccess.TypeModifier and TypeMethodDescriptionstatic ProfileFilterListAccess.TypeReturns the enum constant of this class with the specified name.static ProfileFilterListAccess.Type[]ProfileFilterListAccess.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.identity with parameters of type ProfileFilterListAccess.TypeModifierConstructorDescriptionProfileFilterListAccess(org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, String providerId, org.exoplatform.social.core.profile.ProfileFilter profileFilter, boolean forceLoadProfile, ProfileFilterListAccess.Type type) Constructor.