Package org.dspace.app.rest.model
Class RootRest
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.RootRest
- All Implemented Interfaces:
Serializable,RestModel
The purpose of this class is to show the representation of information on the home/root page of the REST API
- See Also:
-
Field Summary
FieldsFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()The plural name is the same as the singular nameinthashCode()voidsetDspaceName(String dspaceName) voidsetDspaceServer(String dspaceServerURL) voidsetDspaceUI(String dspaceUI) voidsetDspaceVersion(String dspaceVersion) Methods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
RootRest
public RootRest()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getType
-
getTypePlural
The plural name is the same as the singular name -
getController
- Specified by:
getControllerin classRestAddressableModel
-
getDspaceUI
-
setDspaceUI
-
getDspaceName
-
setDspaceName
-
getDspaceServer
-
setDspaceServer
-
getDspaceVersion
-
setDspaceVersion
-
equals
-
hashCode
public int hashCode()
-