Uses of Class
io.thestencil.persistence.api.ZoePersistence.EntityType
-
-
Uses of ZoePersistence.EntityType in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ZoePersistence.EntityType Modifier and Type Method Description ZoePersistence.EntityTypeImmutableEntity. getType()ZoePersistence.EntityTypeZoePersistence.Entity. getType()static ZoePersistence.EntityTypeZoePersistence.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoePersistence.EntityType[]ZoePersistence.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.EntityType Modifier and Type Method Description ImmutableEntity.Builder<T>ImmutableEntity.Builder. type(ZoePersistence.EntityType type)Initializes the value for thetypeattribute.ImmutableEntity<T>ImmutableEntity. withType(ZoePersistence.EntityType value)Copy the current immutable object by setting a value for thetypeattribute.
-