InvoiceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. InvoiceType
- com.
- com.
public final class InvoiceType
extends ExpandableStringEnum<InvoiceType>
Invoice type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Invoice |
AZURE_MARKETPLACE
Static value Azure |
|
static final
Invoice |
AZURE_SERVICES
Static value Azure |
|
static final
Invoice |
AZURE_SUPPORT
Static value Azure |
|
static final
Invoice |
OTHER
Static value Other for Invoice |
Constructor Summary
| Constructor | Description |
|---|---|
| InvoiceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Invoice |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Invoice |
fromString(String name)
Creates or finds a Invoice |
|
static
Collection<Invoice |
values()
Gets known Invoice |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_MARKETPLACE
public static final InvoiceType AZURE_MARKETPLACE
Static value AzureMarketplace for InvoiceType.
AZURE_SERVICES
public static final InvoiceType AZURE_SERVICES
Static value AzureServices for InvoiceType.
AZURE_SUPPORT
public static final InvoiceType AZURE_SUPPORT
Static value AzureSupport for InvoiceType.
OTHER
public static final InvoiceType OTHER
Static value Other for InvoiceType.
Constructor Details
InvoiceType
@Deprecated
public InvoiceType()
Deprecated
Creates a new instance of InvoiceType value.
Method Details
fromString
public static InvoiceType fromString(String name)
Creates or finds a InvoiceType from its string representation.
Parameters:
Returns:
values
public static Collection<InvoiceType> values()
Gets known InvoiceType values.
Returns: