public class EmploymentListCustomColumnSystemSetting extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EmploymentListCustomColumnSystemSetting.Builder |
| 构造器和说明 |
|---|
EmploymentListCustomColumnSystemSetting() |
EmploymentListCustomColumnSystemSetting(EmploymentListCustomColumnSystemSetting.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiName() |
Boolean |
getDisplayable() |
String |
getFilterable() |
String |
getName() |
String[] |
getOperators() |
Boolean |
getSortable() |
String |
getType() |
static EmploymentListCustomColumnSystemSetting.Builder |
newBuilder() |
void |
setApiName(String apiName) |
void |
setDisplayable(Boolean displayable) |
void |
setFilterable(String filterable) |
void |
setName(String name) |
void |
setOperators(String[] operators) |
void |
setSortable(Boolean sortable) |
void |
setType(String type) |
public EmploymentListCustomColumnSystemSetting()
public EmploymentListCustomColumnSystemSetting(EmploymentListCustomColumnSystemSetting.Builder builder)
public static EmploymentListCustomColumnSystemSetting.Builder newBuilder()
public String getApiName()
public void setApiName(String apiName)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Boolean getSortable()
public void setSortable(Boolean sortable)
public String getFilterable()
public void setFilterable(String filterable)
public String[] getOperators()
public void setOperators(String[] operators)
public Boolean getDisplayable()
public void setDisplayable(Boolean displayable)
Copyright © 2026. All rights reserved.