| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static VmExportFileType |
VmExportFileType.fromValue(String value) |
VmExportFileType |
VmExportFile.getType()
Get type
|
VmExportFileType |
VmExportFileWhereInput.getType()
Get type
|
VmExportFileType |
VmExportFileFile.getType()
Get type
|
VmExportFileType |
VmExportParamsData.getType()
Get type
|
VmExportFileType |
VmExportFileWhereInput.getTypeNot()
Get typeNot
|
VmExportFileType |
VmExportFileType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static VmExportFileType |
VmExportFileType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VmExportFileType[] |
VmExportFileType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<VmExportFileType> |
VmExportFileWhereInput.getTypeIn()
Get typeIn
|
List<VmExportFileType> |
VmExportFileWhereInput.getTypeNotIn()
Get typeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
VmExportFileWhereInput |
VmExportFileWhereInput.addTypeInItem(VmExportFileType typeInItem) |
VmExportFileWhereInput |
VmExportFileWhereInput.addTypeNotInItem(VmExportFileType typeNotInItem) |
void |
VmExportFile.setType(VmExportFileType type) |
void |
VmExportFileWhereInput.setType(VmExportFileType type) |
void |
VmExportFileFile.setType(VmExportFileType type) |
void |
VmExportParamsData.setType(VmExportFileType type) |
void |
VmExportFileWhereInput.setTypeNot(VmExportFileType typeNot) |
VmExportFile |
VmExportFile.type(VmExportFileType type) |
VmExportFileWhereInput |
VmExportFileWhereInput.type(VmExportFileType type) |
VmExportFileFile |
VmExportFileFile.type(VmExportFileType type) |
VmExportParamsData |
VmExportParamsData.type(VmExportFileType type) |
VmExportFileWhereInput |
VmExportFileWhereInput.typeNot(VmExportFileType typeNot) |
void |
VmExportFileType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
VmExportFileType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VmExportFileWhereInput.setTypeIn(List<VmExportFileType> typeIn) |
void |
VmExportFileWhereInput.setTypeNotIn(List<VmExportFileType> typeNotIn) |
VmExportFileWhereInput |
VmExportFileWhereInput.typeIn(List<VmExportFileType> typeIn) |
VmExportFileWhereInput |
VmExportFileWhereInput.typeNotIn(List<VmExportFileType> typeNotIn) |
Copyright © 2025. All rights reserved.