Uses of Class
org.exoplatform.social.core.activity.model.MediaItem.Type
-
Packages that use MediaItem.Type Package Description org.exoplatform.social.core.activity.model Models for Activity -
-
Uses of MediaItem.Type in org.exoplatform.social.core.activity.model
Methods in org.exoplatform.social.core.activity.model that return MediaItem.Type Modifier and Type Method Description MediaItem.TypeMediaItem. getType()Gets the type.static MediaItem.TypeMediaItem.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaItem.Type[]MediaItem.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 MediaItem.Type Modifier and Type Method Description voidMediaItem. setType(MediaItem.Type type)Sets the type.
-