CapabilityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sphere. models. CapabilityType
- com.
- com.
public final class CapabilityType
extends ExpandableStringEnum<CapabilityType>
Capability image type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Capability |
APPLICATION_DEVELOPMENT
Static value Application |
|
static final
Capability |
FIELD_SERVICING
Static value Field |
Constructor Summary
| Constructor | Description |
|---|---|
| CapabilityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Capability |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Capability |
fromString(String name)
Creates or finds a Capability |
|
static
Collection<Capability |
values()
Gets known Capability |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
APPLICATION_DEVELOPMENT
public static final CapabilityType APPLICATION_DEVELOPMENT
Static value ApplicationDevelopment for CapabilityType.
FIELD_SERVICING
public static final CapabilityType FIELD_SERVICING
Static value FieldServicing for CapabilityType.
Constructor Details
CapabilityType
@Deprecated
public CapabilityType()
Deprecated
Creates a new instance of CapabilityType value.
Method Details
fromString
public static CapabilityType fromString(String name)
Creates or finds a CapabilityType from its string representation.
Parameters:
Returns:
values
public static Collection<CapabilityType> values()
Gets known CapabilityType values.
Returns: