public static enum Invoice.InvoiceType extends Enum<Invoice.InvoiceType> implements BmcEnum
Type of invoice
Enum Constant and Description |
---|
Consulting |
Education |
Hardware |
License |
Service |
Subscription |
Support |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Usage |
Modifier and Type | Method and Description |
---|---|
static Invoice.InvoiceType |
create(String key) |
String |
getValue() |
static Invoice.InvoiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.InvoiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Invoice.InvoiceType Hardware
public static final Invoice.InvoiceType Subscription
public static final Invoice.InvoiceType Support
public static final Invoice.InvoiceType License
public static final Invoice.InvoiceType Education
public static final Invoice.InvoiceType Consulting
public static final Invoice.InvoiceType Service
public static final Invoice.InvoiceType Usage
public static final Invoice.InvoiceType UnknownEnumValue
public static Invoice.InvoiceType[] values()
for (Invoice.InvoiceType c : Invoice.InvoiceType.values()) System.out.println(c);
public static Invoice.InvoiceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Invoice.InvoiceType create(String key)
Copyright © 2016–2024. All rights reserved.