Uses of Enum Class
com.liferay.social.kernel.util.SocialInteractionsConfiguration.SocialInteractionsType
Packages that use SocialInteractionsConfiguration.SocialInteractionsType
-
Uses of SocialInteractionsConfiguration.SocialInteractionsType in com.liferay.social.kernel.util
Methods in com.liferay.social.kernel.util that return SocialInteractionsConfiguration.SocialInteractionsTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SocialInteractionsConfiguration.SocialInteractionsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.liferay.social.kernel.util with parameters of type SocialInteractionsConfiguration.SocialInteractionsTypeModifierConstructorDescriptionSocialInteractionsConfiguration
(boolean socialInteractionsFriendsEnabled, boolean socialInteractionsSitesEnabled, SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType)