TaxIdentifierStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. TaxIdentifierStatus
- com.
- com.
public final class TaxIdentifierStatus
extends ExpandableStringEnum<TaxIdentifierStatus>
The status of the tax identifier.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Tax |
INVALID
Static value Invalid for Tax |
|
static final
Tax |
OTHER
Static value Other for Tax |
|
static final
Tax |
VALID
Static value Valid for Tax |
Constructor Summary
| Constructor | Description |
|---|---|
| TaxIdentifierStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Tax |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tax |
fromString(String name)
Creates or finds a Tax |
|
static
Collection<Tax |
values()
Gets known Tax |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INVALID
public static final TaxIdentifierStatus INVALID
Static value Invalid for TaxIdentifierStatus.
OTHER
public static final TaxIdentifierStatus OTHER
Static value Other for TaxIdentifierStatus.
VALID
public static final TaxIdentifierStatus VALID
Static value Valid for TaxIdentifierStatus.
Constructor Details
TaxIdentifierStatus
@Deprecated
public TaxIdentifierStatus()
Deprecated
Creates a new instance of TaxIdentifierStatus value.
Method Details
fromString
public static TaxIdentifierStatus fromString(String name)
Creates or finds a TaxIdentifierStatus from its string representation.
Parameters:
Returns:
values
public static Collection<TaxIdentifierStatus> values()
Gets known TaxIdentifierStatus values.
Returns: