InventoryKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. InventoryKind
- com.
- com.
public final class InventoryKind
extends ExpandableStringEnum<InventoryKind>
Types for inventory kind.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Inventory |
AZURE_DEV_OPS_ORGANIZATION
Azure |
|
static final
Inventory |
AZURE_DEV_OPS_PROJECT
Azure |
|
static final
Inventory |
AZURE_DEV_OPS_REPOSITORY
Azure |
|
static final
Inventory |
GIT_HUB_OWNER
Git |
|
static final
Inventory |
GIT_HUB_REPOSITORY
Git |
Constructor Summary
| Constructor | Description |
|---|---|
| InventoryKind() |
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
AZURE_DEV_OPS_ORGANIZATION
public static final InventoryKind AZURE_DEV_OPS_ORGANIZATION
AzureDevOpsOrganization.
AZURE_DEV_OPS_PROJECT
public static final InventoryKind AZURE_DEV_OPS_PROJECT
AzureDevOpsProject.
AZURE_DEV_OPS_REPOSITORY
public static final InventoryKind AZURE_DEV_OPS_REPOSITORY
AzureDevOpsRepository.
GIT_HUB_OWNER
public static final InventoryKind GIT_HUB_OWNER
GitHubOwner.
GIT_HUB_REPOSITORY
public static final InventoryKind GIT_HUB_REPOSITORY
GitHubRepository.
Constructor Details
InventoryKind
@Deprecated
public InventoryKind()
Deprecated
Creates a new instance of InventoryKind value.
Method Details
fromString
public static InventoryKind fromString(String name)
Creates or finds a InventoryKind from its string representation.
Parameters:
Returns:
values
public static Collection<InventoryKind> values()
Gets known InventoryKind values.
Returns: