Uses of Class
org.dspace.app.sherpa.v2.SHERPAPublisherResponse.SHERPAFormat
-
Packages that use SHERPAPublisherResponse.SHERPAFormat Package Description org.dspace.app.sherpa.v2 -
-
Uses of SHERPAPublisherResponse.SHERPAFormat in org.dspace.app.sherpa.v2
Methods in org.dspace.app.sherpa.v2 that return SHERPAPublisherResponse.SHERPAFormat Modifier and Type Method Description static SHERPAPublisherResponse.SHERPAFormatSHERPAPublisherResponse.SHERPAFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SHERPAPublisherResponse.SHERPAFormat[]SHERPAPublisherResponse.SHERPAFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dspace.app.sherpa.v2 with parameters of type SHERPAPublisherResponse.SHERPAFormat Constructor Description SHERPAPublisherResponse(InputStream input, SHERPAPublisherResponse.SHERPAFormat format)Parse SHERPA v2 API for a given format
-