Uses of Class
io.vertigo.social.SocialFeatures
-
Packages that use SocialFeatures Package Description io.vertigo.social -
-
Uses of SocialFeatures in io.vertigo.social
Methods in io.vertigo.social that return SocialFeatures Modifier and Type Method Description SocialFeatures
SocialFeatures. withComments()
Activates commentsSocialFeatures
SocialFeatures. withHandles()
Activates handlesSocialFeatures
SocialFeatures. withJavaxMail(io.vertigo.core.param.Param... params)
SocialFeatures
SocialFeatures. withMails()
Activates mailSocialFeatures
SocialFeatures. withMemoryComments()
SocialFeatures
SocialFeatures. withMemoryHandles()
SocialFeatures
SocialFeatures. withMemoryNotifications()
SocialFeatures
SocialFeatures. withNotifications()
Activates notificationsSocialFeatures
SocialFeatures. withRedisComments(io.vertigo.core.param.Param... params)
SocialFeatures
SocialFeatures. withRedisHandles(io.vertigo.core.param.Param... params)
SocialFeatures
SocialFeatures. withRedisNotifications(io.vertigo.core.param.Param... params)
SocialFeatures
SocialFeatures. withWebApi()
Activates comments
-