类 AppTableFieldForList

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

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

    • AppTableFieldForList

      public AppTableFieldForList()
    • AppTableFieldForList

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

    • newBuilder

      public static AppTableFieldForList.Builder newBuilder()
    • getFieldName

      public String getFieldName()
    • setFieldName

      public void setFieldName(String fieldName)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getProperty

      public AppTableFieldProperty getProperty()
    • setProperty

      public void setProperty(AppTableFieldProperty property)
    • getDescription

      public Object getDescription()
    • setDescription

      public void setDescription(Object description)
    • getIsPrimary

      public Boolean getIsPrimary()
    • setIsPrimary

      public void setIsPrimary(Boolean isPrimary)
    • getFieldId

      public String getFieldId()
    • setFieldId

      public void setFieldId(String fieldId)
    • getUiType

      public String getUiType()
    • setUiType

      public void setUiType(String uiType)
    • getIsHidden

      public Boolean getIsHidden()
    • setIsHidden

      public void setIsHidden(Boolean isHidden)