public static class SheetFindAllRequest.SheetFindAllRequestFindOptions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
includeHidden |
Boolean |
matchCase |
Boolean |
matchEntireCell |
Boolean |
matchFormulaText |
String |
scope |
Boolean |
unionCells |
Boolean |
useRegExp |
| 构造器和说明 |
|---|
SheetFindAllRequestFindOptions() |
@NameInMap(value="includeHidden") public Boolean includeHidden
@NameInMap(value="matchCase") public Boolean matchCase
@NameInMap(value="matchEntireCell") public Boolean matchEntireCell
@NameInMap(value="matchFormulaText") public Boolean matchFormulaText
@NameInMap(value="scope") public String scope
@NameInMap(value="unionCells") public Boolean unionCells
@NameInMap(value="useRegExp") public Boolean useRegExp
public static SheetFindAllRequest.SheetFindAllRequestFindOptions build(Map<String,?> map) throws Exception
Exceptionpublic SheetFindAllRequest.SheetFindAllRequestFindOptions setIncludeHidden(Boolean includeHidden)
public Boolean getIncludeHidden()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setMatchCase(Boolean matchCase)
public Boolean getMatchCase()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setMatchEntireCell(Boolean matchEntireCell)
public Boolean getMatchEntireCell()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setMatchFormulaText(Boolean matchFormulaText)
public Boolean getMatchFormulaText()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setScope(String scope)
public String getScope()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setUnionCells(Boolean unionCells)
public Boolean getUnionCells()
public SheetFindAllRequest.SheetFindAllRequestFindOptions setUseRegExp(Boolean useRegExp)
public Boolean getUseRegExp()
Copyright © 2023. All rights reserved.