| Modifier and Type | Method and Description |
|---|---|
static Inventory.Item.Type |
Inventory.Item.Type.forNumber(int value) |
Inventory.Item.Type |
Inventory.ItemOrBuilder.getType()
The specific type of inventory, correlating to its specific details.
|
Inventory.Item.Type |
Inventory.Item.getType()
The specific type of inventory, correlating to its specific details.
|
Inventory.Item.Type |
Inventory.Item.Builder.getType()
The specific type of inventory, correlating to its specific details.
|
static Inventory.Item.Type |
Inventory.Item.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Inventory.Item.Type |
Inventory.Item.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Inventory.Item.Type |
Inventory.Item.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Inventory.Item.Type[] |
Inventory.Item.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Inventory.Item.Type> |
Inventory.Item.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Inventory.Item.Builder |
Inventory.Item.Builder.setType(Inventory.Item.Type value)
The specific type of inventory, correlating to its specific details.
|
Copyright © 2024 Google LLC. All rights reserved.