InvoiceType Class

public final class InvoiceType
extends ExpandableStringEnum<InvoiceType>

Invoice type.

Field Summary

Modifier and Type Field and Description
static final InvoiceType AZURE_MARKETPLACE

Static value AzureMarketplace for InvoiceType.

static final InvoiceType AZURE_SERVICE

Static value AzureService for InvoiceType.

static final InvoiceType AZURE_SUPPORT

Static value AzureSupport for InvoiceType.

Constructor Summary

Constructor Description
InvoiceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InvoiceType value.

Method Summary

Modifier and Type Method and Description
static InvoiceType fromString(String name)

Creates or finds a InvoiceType from its string representation.

static Collection<InvoiceType> values()

Gets known InvoiceType values.

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_SERVICE

public static final InvoiceType AZURE_SERVICE

Static value AzureService for InvoiceType.

AZURE_SUPPORT

public static final InvoiceType AZURE_SUPPORT

Static value AzureSupport for InvoiceType.

Constructor Details

InvoiceType

@Deprecated
public InvoiceType()

Deprecated

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding InvoiceType.

values

public static Collection values()

Gets known InvoiceType values.

Returns:

known InvoiceType values.

Applies to

Azure SDK for Java

Preview