Uses of Class
usecase.post.PostType
-
Packages that use PostType Package Description usecase.post Package contenente la logica relativa ai post -
-
Uses of PostType in usecase.post
Methods in usecase.post that return PostType Modifier and Type Method Description static PostType
PostType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostType[]
PostType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-