Uses of Class
org.dspace.app.rest.model.VisibilityEnum
-
Packages that use VisibilityEnum Package Description org.dspace.app.rest.model -
-
Uses of VisibilityEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return VisibilityEnum Modifier and Type Method Description static VisibilityEnumVisibilityEnum. fromString(String text)VisibilityEnumSubmissionVisibilityRest. getMain()VisibilityEnumSubmissionVisibilityRest. getOther()static VisibilityEnumVisibilityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VisibilityEnum[]VisibilityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dspace.app.rest.model with parameters of type VisibilityEnum Constructor Description SubmissionVisibilityRest(VisibilityEnum main, VisibilityEnum other)
-