Uses of Class
org.exoplatform.social.core.activity.model.ActivityStream.Type
-
Packages that use ActivityStream.Type Package Description org.exoplatform.social.core.activity.model Models for Activity -
-
Uses of ActivityStream.Type in org.exoplatform.social.core.activity.model
Methods in org.exoplatform.social.core.activity.model that return ActivityStream.Type Modifier and Type Method Description ActivityStream.TypeActivityStream. getType()Gets stream type, could be Type.USER or Type.SPACE.ActivityStream.TypeActivityStreamImpl. getType()Gets stream type, could be Type.USER or Type.SPACE.static ActivityStream.TypeActivityStream.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityStream.Type[]ActivityStream.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.social.core.activity.model with parameters of type ActivityStream.Type Modifier and Type Method Description voidActivityStream. setType(ActivityStream.Type type)Sets stream type.voidActivityStreamImpl. setType(ActivityStream.Type sType)Sets stream type.
-