public class QueryCustomOrgReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryCustomOrgReqBody.Builder |
| 构造器和说明 |
|---|
QueryCustomOrgReqBody() |
QueryCustomOrgReqBody(QueryCustomOrgReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getActive() |
String |
getCode() |
Boolean |
getNeedMatchRule() |
String |
getObjectApiName() |
String[] |
getOrgFields() |
String[] |
getOrgIds() |
String[] |
getOrgRoleFields() |
String |
getParentId() |
static QueryCustomOrgReqBody.Builder |
newBuilder() |
void |
setActive(Boolean active) |
void |
setCode(String code) |
void |
setNeedMatchRule(Boolean needMatchRule) |
void |
setObjectApiName(String objectApiName) |
void |
setOrgFields(String[] orgFields) |
void |
setOrgIds(String[] orgIds) |
void |
setOrgRoleFields(String[] orgRoleFields) |
void |
setParentId(String parentId) |
public QueryCustomOrgReqBody()
public QueryCustomOrgReqBody(QueryCustomOrgReqBody.Builder builder)
public String getObjectApiName()
public void setObjectApiName(String objectApiName)
public String[] getOrgFields()
public void setOrgFields(String[] orgFields)
public String[] getOrgRoleFields()
public void setOrgRoleFields(String[] orgRoleFields)
public String[] getOrgIds()
public void setOrgIds(String[] orgIds)
public String getCode()
public void setCode(String code)
public String getParentId()
public void setParentId(String parentId)
public Boolean getActive()
public void setActive(Boolean active)
public Boolean getNeedMatchRule()
public void setNeedMatchRule(Boolean needMatchRule)
public static QueryCustomOrgReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.