InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(Collection<InventoryItemAttribute> attributes) |
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(Consumer<InventoryItemAttribute.Builder>... attributes) |
The schema attributes for inventory.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.attributes(InventoryItemAttribute... attributes) |
The schema attributes for inventory.
|
static InventoryItemSchema.Builder |
InventoryItemSchema.builder() |
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.displayName(String displayName) |
The alias name of the inventory type.
|
InventoryItemSchema.Builder |
InventoryItemSchema.toBuilder() |
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.typeName(String typeName) |
The name of the inventory type.
|
InventoryItemSchema.Builder |
InventoryItemSchema.Builder.version(String version) |
The schema version for the inventory item.
|