Uses of Enum Class
org.exoplatform.social.core.jpa.storage.entity.SpaceEntity.VISIBILITY
Packages that use SpaceEntity.VISIBILITY
-
Uses of SpaceEntity.VISIBILITY in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity declared as SpaceEntity.VISIBILITYFields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type SpaceEntity.VISIBILITYModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<SpaceEntity, SpaceEntity.VISIBILITY> SpaceEntity_.visibilityMethods in org.exoplatform.social.core.jpa.storage.entity that return SpaceEntity.VISIBILITYModifier and TypeMethodDescriptionSpaceEntity.getVisibility()static SpaceEntity.VISIBILITYReturns the enum constant of this class with the specified name.static SpaceEntity.VISIBILITY[]SpaceEntity.VISIBILITY.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 SpaceEntity.VISIBILITYModifier and TypeMethodDescriptionvoidSpaceEntity.setVisibility(SpaceEntity.VISIBILITY visibility)