BillingRequestType Class

public final class BillingRequestType
extends ExpandableStringEnum<BillingRequestType>

Type of billing request.

Field Summary

Modifier and Type Field and Description
static final BillingRequestType INVOICE_ACCESS

Static value InvoiceAccess for BillingRequestType.

static final BillingRequestType OTHER

Static value Other for BillingRequestType.

static final BillingRequestType PROVISIONING_ACCESS

Static value ProvisioningAccess for BillingRequestType.

static final BillingRequestType ROLE_ASSIGNMENT

Static value RoleAssignment for BillingRequestType.

static final BillingRequestType UPDATE_BILLING_POLICY

Static value UpdateBillingPolicy for BillingRequestType.

Constructor Summary

Constructor Description
BillingRequestType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingRequestType value.

Method Summary

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

Creates or finds a BillingRequestType from its string representation.

static Collection<BillingRequestType> values()

Gets known BillingRequestType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INVOICE_ACCESS

public static final BillingRequestType INVOICE_ACCESS

Static value InvoiceAccess for BillingRequestType.

OTHER

public static final BillingRequestType OTHER

Static value Other for BillingRequestType.

PROVISIONING_ACCESS

public static final BillingRequestType PROVISIONING_ACCESS

Static value ProvisioningAccess for BillingRequestType.

ROLE_ASSIGNMENT

public static final BillingRequestType ROLE_ASSIGNMENT

Static value RoleAssignment for BillingRequestType.

UPDATE_BILLING_POLICY

public static final BillingRequestType UPDATE_BILLING_POLICY

Static value UpdateBillingPolicy for BillingRequestType.

Constructor Details

BillingRequestType

@Deprecated
public BillingRequestType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BillingRequestType value.

Method Details

fromString

public static BillingRequestType fromString(String name)

Creates or finds a BillingRequestType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BillingRequestType.

values

public static Collection<BillingRequestType> values()

Gets known BillingRequestType values.

Returns:

known BillingRequestType values.

Applies to