Uses of Enum Class
org.exoplatform.social.core.jpa.storage.entity.StreamType
Packages that use StreamType
-
Uses of StreamType in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type StreamTypeModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<StreamItemEntity, StreamType> StreamItemEntity_.streamTypeMethods in org.exoplatform.social.core.jpa.storage.entity that return StreamTypeModifier and TypeMethodDescriptionStreamItemEntity.getStreamType()static StreamTypeReturns the enum constant of this class with the specified name.static StreamType[]StreamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.jpa.storage.entity with parameters of type StreamTypeConstructors in org.exoplatform.social.core.jpa.storage.entity with parameters of type StreamType