类 AppTableFieldProperty

java.lang.Object
com.lark.oapi.service.bitable.v1.model.AppTableFieldProperty

public class AppTableFieldProperty extends Object
  • 构造器详细资料

    • AppTableFieldProperty

      public AppTableFieldProperty()
    • AppTableFieldProperty

      public AppTableFieldProperty(AppTableFieldProperty.Builder builder)
  • 方法详细资料

    • newBuilder

      public static AppTableFieldProperty.Builder newBuilder()
    • getOptions

      public AppTableFieldPropertyOption[] getOptions()
    • setOptions

      public void setOptions(AppTableFieldPropertyOption[] options)
    • getFormatter

      public String getFormatter()
    • setFormatter

      public void setFormatter(String formatter)
    • getDateFormatter

      public String getDateFormatter()
    • setDateFormatter

      public void setDateFormatter(String dateFormatter)
    • getAutoFill

      public Boolean getAutoFill()
    • setAutoFill

      public void setAutoFill(Boolean autoFill)
    • getMultiple

      public Boolean getMultiple()
    • setMultiple

      public void setMultiple(Boolean multiple)
    • getTableId

      public String getTableId()
    • setTableId

      public void setTableId(String tableId)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • getBackFieldName

      public String getBackFieldName()
    • setBackFieldName

      public void setBackFieldName(String backFieldName)
    • getAutoSerial

      public AppFieldPropertyAutoSerial getAutoSerial()
    • setAutoSerial

      public void setAutoSerial(AppFieldPropertyAutoSerial autoSerial)
    • getLocation

      public AppFieldPropertyLocation getLocation()
    • setLocation

      public void setLocation(AppFieldPropertyLocation location)
    • getFormulaExpression

      public String getFormulaExpression()
    • setFormulaExpression

      public void setFormulaExpression(String formulaExpression)
    • getAllowedEditModes

      public AllowedEditModes getAllowedEditModes()
    • setAllowedEditModes

      public void setAllowedEditModes(AllowedEditModes allowedEditModes)
    • getMin

      public Double getMin()
    • setMin

      public void setMin(Double min)
    • getMax

      public Double getMax()
    • setMax

      public void setMax(Double max)
    • getRangeCustomize

      public Boolean getRangeCustomize()
    • setRangeCustomize

      public void setRangeCustomize(Boolean rangeCustomize)
    • getCurrencyCode

      public String getCurrencyCode()
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • getRating

      public Rating getRating()
    • setRating

      public void setRating(Rating rating)