类 FindCondition

java.lang.Object
com.lark.oapi.service.sheets.v3.model.FindCondition

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

    • FindCondition

      public FindCondition()
    • FindCondition

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

    • newBuilder

      public static FindCondition.Builder newBuilder()
    • getRange

      public String getRange()
    • setRange

      public void setRange(String range)
    • getMatchCase

      public Boolean getMatchCase()
    • setMatchCase

      public void setMatchCase(Boolean matchCase)
    • getMatchEntireCell

      public Boolean getMatchEntireCell()
    • setMatchEntireCell

      public void setMatchEntireCell(Boolean matchEntireCell)
    • getSearchByRegex

      public Boolean getSearchByRegex()
    • setSearchByRegex

      public void setSearchByRegex(Boolean searchByRegex)
    • getIncludeFormulas

      public Boolean getIncludeFormulas()
    • setIncludeFormulas

      public void setIncludeFormulas(Boolean includeFormulas)