@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class UploadFieldDefinition extends Object
Constructor and Description |
---|
UploadFieldDefinition() |
public UploadFieldDefinition name(String name)
public String getName()
public void setName(String name)
public UploadFieldDefinition required(Boolean required)
public Boolean isRequired()
public void setRequired(Boolean required)
public UploadFieldDefinition type(UploadFieldType type)
public UploadFieldType getType()
public void setType(UploadFieldType type)
public UploadFieldDefinition allowOtherChoices(Boolean allowOtherChoices)
public Boolean isAllowOtherChoices()
public void setAllowOtherChoices(Boolean allowOtherChoices)
public UploadFieldDefinition fileExtension(String fileExtension)
public String getFileExtension()
public void setFileExtension(String fileExtension)
public UploadFieldDefinition mimeType(String mimeType)
public String getMimeType()
public void setMimeType(String mimeType)
public UploadFieldDefinition maxLength(Integer maxLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public UploadFieldDefinition multiChoiceAnswerList(List<String> multiChoiceAnswerList)
public UploadFieldDefinition addMultiChoiceAnswerListItem(String multiChoiceAnswerListItem)
public List<String> getMultiChoiceAnswerList()
public UploadFieldDefinition unboundedText(Boolean unboundedText)
public Boolean isUnboundedText()
public void setUnboundedText(Boolean unboundedText)
Copyright © 2022 Sage Bionetworks. All rights reserved.