Uses of Class
org.dspace.app.sherpa.v2.SHERPAResponse.SHERPAFormat
-
Packages that use SHERPAResponse.SHERPAFormat Package Description org.dspace.app.sherpa.v2 -
-
Uses of SHERPAResponse.SHERPAFormat in org.dspace.app.sherpa.v2
Methods in org.dspace.app.sherpa.v2 that return SHERPAResponse.SHERPAFormat Modifier and Type Method Description static SHERPAResponse.SHERPAFormatSHERPAResponse.SHERPAFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SHERPAResponse.SHERPAFormat[]SHERPAResponse.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 SHERPAResponse.SHERPAFormat Constructor Description SHERPAResponse(InputStream input, SHERPAResponse.SHERPAFormat format)Parse SHERPA v2 API for a given format
-