TransactionKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. TransactionKind
- com.
- com.
public final class TransactionKind
extends ExpandableStringEnum<TransactionKind>
Type of the transaction, billed or unbilled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Transaction |
ALL
Static value All for Transaction |
|
static final
Transaction |
OTHER
Static value Other for Transaction |
|
static final
Transaction |
RESERVATION
Static value Reservation for Transaction |
Constructor Summary
| Constructor | Description |
|---|---|
| TransactionKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Transaction |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Transaction |
fromString(String name)
Creates or finds a Transaction |
|
static
Collection<Transaction |
values()
Gets known Transaction |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final TransactionKind ALL
Static value All for TransactionKind.
OTHER
public static final TransactionKind OTHER
Static value Other for TransactionKind.
RESERVATION
public static final TransactionKind RESERVATION
Static value Reservation for TransactionKind.
Constructor Details
TransactionKind
@Deprecated
public TransactionKind()
Deprecated
Creates a new instance of TransactionKind value.
Method Details
fromString
public static TransactionKind fromString(String name)
Creates or finds a TransactionKind from its string representation.
Parameters:
Returns:
values
public static Collection<TransactionKind> values()
Gets known TransactionKind values.
Returns: