ResponsibilityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. ResponsibilityType
- com.
- com.
public final class ResponsibilityType
extends ExpandableStringEnum<ResponsibilityType>
Indicates the customer responsibility type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Responsibility |
AUTOMATED
The responsibility is automated. |
|
static final
Responsibility |
MANUAL
The responsibility is manual. |
|
static final
Responsibility |
SCOPED_MANUAL
The responsibility is scoped manual. |
Constructor Summary
| Constructor | Description |
|---|---|
| ResponsibilityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Responsibility |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Responsibility |
fromString(String name)
Creates or finds a Responsibility |
|
static
Collection<Responsibility |
values()
Gets known Responsibility |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATED
public static final ResponsibilityType AUTOMATED
The responsibility is automated.
MANUAL
public static final ResponsibilityType MANUAL
The responsibility is manual.
SCOPED_MANUAL
public static final ResponsibilityType SCOPED_MANUAL
The responsibility is scoped manual.
Constructor Details
ResponsibilityType
@Deprecated
public ResponsibilityType()
Deprecated
Creates a new instance of ResponsibilityType value.
Method Details
fromString
public static ResponsibilityType fromString(String name)
Creates or finds a ResponsibilityType from its string representation.
Parameters:
Returns:
values
public static Collection<ResponsibilityType> values()
Gets known ResponsibilityType values.
Returns: