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 Details

    • SubmissionFormInputTypeRest

      public SubmissionFormInputTypeRest()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getRegex

      public String getRegex()
    • setRegex

      public void setRegex(String regex)