InventoryListKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. InventoryListKind
- com.
- com.
public final class InventoryListKind
extends ExpandableStringEnum<InventoryListKind>
Types for inventory list.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Inventory |
EXCLUSION
Exclusion. |
|
static final
Inventory |
INCLUSION
Inclusion. |
Constructor Summary
| Constructor | Description |
|---|---|
| InventoryListKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Inventory |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Inventory |
fromString(String name)
Creates or finds a Inventory |
|
static
Collection<Inventory |
values()
Gets known Inventory |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EXCLUSION
public static final InventoryListKind EXCLUSION
Exclusion.
INCLUSION
public static final InventoryListKind INCLUSION
Inclusion.
Constructor Details
InventoryListKind
@Deprecated
public InventoryListKind()
Deprecated
Creates a new instance of InventoryListKind value.
Method Details
fromString
public static InventoryListKind fromString(String name)
Creates or finds a InventoryListKind from its string representation.
Parameters:
Returns:
values
public static Collection<InventoryListKind> values()
Gets known InventoryListKind values.
Returns: