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