Class ProcessFileTypesRest

All Implemented Interfaces:
Serializable, RestModel

public class ProcessFileTypesRest extends BaseObjectRest<String>
This class provides a way to list the filetypes present in a given Process by showing them as a list of Strings It'll be used by ProcessFileTypesLinkRepository
See Also:
  • Field Details

  • Constructor Details

    • ProcessFileTypesRest

      public ProcessFileTypesRest()
  • Method Details

    • getValues

      public List<String> getValues()
      Generic getter for the values
      Returns:
      the values value of this ProcessFileTypesRest
    • setValues

      public void setValues(List<String> values)
      Generic setter for the values
      Parameters:
      values - The values to be set on this ProcessFileTypesRest
    • addValue

      public void addValue(String value)
      Adds a value to the list of FileType Strings
      Parameters:
      value - The value to be added
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()