Package org.dspace.app.rest.model
Class SubmissionFormInputTypeRest
- java.lang.Object
-
- org.dspace.app.rest.model.SubmissionFormInputTypeRest
-
public class SubmissionFormInputTypeRest extends Object
The SubmissionFormInputType REST Resource. It is not addressable directly, only used as inline object in the InputForm resource- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description SubmissionFormInputTypeRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegex()StringgetType()voidsetRegex(String regex)voidsetType(String type)
-