Uses of Enum Class
org.exoplatform.social.core.activity.model.ActivityStream.Type
Packages that use ActivityStream.Type
-
Uses of ActivityStream.Type in org.exoplatform.social.core.activity.model
Methods in org.exoplatform.social.core.activity.model that return ActivityStream.TypeModifier and TypeMethodDescriptionActivityStream.getType()Gets stream type, could be Type.USER or Type.SPACE.final ActivityStream.TypeActivityStreamImpl.getType()Gets stream type, could be Type.USER or Type.SPACE.static ActivityStream.TypeReturns the enum constant of this class with the specified name.static ActivityStream.Type[]ActivityStream.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.activity.model with parameters of type ActivityStream.TypeModifier and TypeMethodDescriptionvoidActivityStream.setType(ActivityStream.Type type) Sets stream type.final voidActivityStreamImpl.setType(ActivityStream.Type sType) Sets stream type.