public final class ReasonCode extends ExpandableStringEnum<ReasonCode>
Modifier and Type | Field and Description |
---|---|
static ReasonCode |
NOT_AVAILABLE_FOR_SUBSCRIPTION
Static value NotAvailableForSubscription for ReasonCode.
|
static ReasonCode |
QUOTA_ID
Static value QuotaId for ReasonCode.
|
Constructor and Description |
---|
ReasonCode() |
Modifier and Type | Method and Description |
---|---|
static ReasonCode |
fromString(String name)
Creates or finds a ReasonCode from its string representation.
|
static Collection<ReasonCode> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ReasonCode QUOTA_ID
public static final ReasonCode NOT_AVAILABLE_FOR_SUBSCRIPTION
public static ReasonCode fromString(String name)
name
- a name to look forpublic static Collection<ReasonCode> values()
Copyright © 2019. All rights reserved.