public class SheetFindAllRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SheetFindAllRequest.SheetFindAllRequestFindOptions |
| 限定符和类型 | 字段和说明 |
|---|---|
SheetFindAllRequest.SheetFindAllRequestFindOptions |
findOptions
This parameter is required.
|
String |
operatorId
This parameter is required.
|
String |
select |
String |
text
This parameter is required.
|
| 构造器和说明 |
|---|
SheetFindAllRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SheetFindAllRequest |
build(Map<String,?> map) |
SheetFindAllRequest.SheetFindAllRequestFindOptions |
getFindOptions() |
String |
getOperatorId() |
String |
getSelect() |
String |
getText() |
SheetFindAllRequest |
setFindOptions(SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions) |
SheetFindAllRequest |
setOperatorId(String operatorId) |
SheetFindAllRequest |
setSelect(String select) |
SheetFindAllRequest |
setText(String text) |
@NameInMap(value="findOptions") public SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions
This parameter is required.
@NameInMap(value="text") public String text
This parameter is required.
example:DingTalk
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
@NameInMap(value="select") public String select
public static SheetFindAllRequest build(Map<String,?> map) throws Exception
Exceptionpublic SheetFindAllRequest setFindOptions(SheetFindAllRequest.SheetFindAllRequestFindOptions findOptions)
public SheetFindAllRequest.SheetFindAllRequestFindOptions getFindOptions()
public SheetFindAllRequest setText(String text)
public String getText()
public SheetFindAllRequest setOperatorId(String operatorId)
public String getOperatorId()
public SheetFindAllRequest setSelect(String select)
public String getSelect()
Copyright © 2025. All rights reserved.