Package org.dspace.app.rest.model
Class NotifyServiceRest
- All Implemented Interfaces:
Serializable,RestModel
The NotifyServiceEntity REST Resource
- Author:
- mohamed eskander (mohamed.eskander at 4science.com)
- 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 TypeMethodDescriptiongetName()getScore()getType()getUrl()booleanbooleanvoidsetDescription(String description) voidsetEnabled(boolean enabled) voidvoidsetLowerIp(String lowerIp) voidvoidsetNotifyServiceInboundPatterns(List<NotifyServiceInboundPatternRest> notifyServiceInboundPatterns) voidsetScore(BigDecimal score) voidsetUpperIp(String upperIp) voidvoidsetUsesActorEmailId(boolean usesActorEmailId) 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
-
NAME
- See Also:
-
PLURAL_NAME
- See Also:
-
CATEGORY
- See Also:
-
-
Constructor Details
-
NotifyServiceRest
public NotifyServiceRest()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin classRestAddressableModel
-
getType
-
getController
- Specified by:
getControllerin classRestAddressableModel
-
getName
-
setName
-
getDescription
-
setDescription
-
getUrl
-
setUrl
-
getLdnUrl
-
setLdnUrl
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isUsesActorEmailId
public boolean isUsesActorEmailId() -
setUsesActorEmailId
public void setUsesActorEmailId(boolean usesActorEmailId) -
getNotifyServiceInboundPatterns
-
setNotifyServiceInboundPatterns
public void setNotifyServiceInboundPatterns(List<NotifyServiceInboundPatternRest> notifyServiceInboundPatterns) -
getScore
-
setScore
-
getLowerIp
-
setLowerIp
-
getUpperIp
-
setUpperIp
-
getTypePlural
-