类 AppRoleTableRoleRecRuleCondition

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

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

    • AppRoleTableRoleRecRuleCondition

      public AppRoleTableRoleRecRuleCondition()
    • AppRoleTableRoleRecRuleCondition

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

    • newBuilder

      public static AppRoleTableRoleRecRuleCondition.Builder newBuilder()
    • getFieldName

      public String getFieldName()
    • setFieldName

      public void setFieldName(String fieldName)
    • getOperator

      public String getOperator()
    • setOperator

      public void setOperator(String operator)
    • getValue

      public String[] getValue()
    • setValue

      public void setValue(String[] value)
    • getFieldType

      public Integer getFieldType()
    • setFieldType

      public void setFieldType(Integer fieldType)