Uses of Class
org.wso2.carbon.registry.social.api.activity.MediaItem.Type
-
Packages that use MediaItem.Type Package Description org.wso2.carbon.registry.social.api.activity -
-
Uses of MediaItem.Type in org.wso2.carbon.registry.social.api.activity
Methods in org.wso2.carbon.registry.social.api.activity that return MediaItem.Type Modifier and Type Method Description MediaItem.Type
MediaItem. getType()
Get the Type of this media item, either audio, image or video.static MediaItem.Type
MediaItem.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.wso2.carbon.registry.social.api.activity with parameters of type MediaItem.Type Modifier and Type Method Description void
MediaItem. setType(MediaItem.Type type)
Get the Type of this media item, either audio, image or video.
-