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