Package org.dspace.app.rest.model
Class OrcidHistoryRest
- All Implemented Interfaces:
Serializable,RestModel
The OrcidHistory REST Resource
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
- See Also:
-
Field Summary
FieldsFields inherited from class org.dspace.app.rest.model.BaseObjectRest
idFields 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 TypeMethodDescriptiongetType()voidsetEntityId(UUID entityId) voidsetProfileItemId(UUID profileItemId) voidsetPutCode(String putCode) voidsetResponseMessage(String responseMessage) voidvoidsetTimestamp(Instant timestamp) Methods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, getId, setErrors, setIdMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjection
-
Field Details
-
CATEGORY
- See Also:
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
-
Constructor Details
-
OrcidHistoryRest
public OrcidHistoryRest()
-
-
Method Details
-
getType
-
getTypePlural
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getProfileItemId
-
setProfileItemId
-
getEntityId
-
setEntityId
-
getStatus
-
setStatus
-
getPutCode
-
setPutCode
-
getTimestamp
-
setTimestamp
-
getResponseMessage
-
setResponseMessage
-