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