public static enum AssignedSubscriptionSummary.EntityVersion extends Enum<AssignedSubscriptionSummary.EntityVersion> implements BmcEnum
The entity version of the subscription, whether V1 (the legacy schema version), or V2 (the latest 20230401 API version).
Enum Constant and Description |
---|
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
V1 |
V2 |
Modifier and Type | Method and Description |
---|---|
static AssignedSubscriptionSummary.EntityVersion |
create(String key) |
String |
getValue() |
static AssignedSubscriptionSummary.EntityVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignedSubscriptionSummary.EntityVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssignedSubscriptionSummary.EntityVersion V1
public static final AssignedSubscriptionSummary.EntityVersion V2
public static final AssignedSubscriptionSummary.EntityVersion UnknownEnumValue
public static AssignedSubscriptionSummary.EntityVersion[] values()
for (AssignedSubscriptionSummary.EntityVersion c : AssignedSubscriptionSummary.EntityVersion.values()) System.out.println(c);
public static AssignedSubscriptionSummary.EntityVersion 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 AssignedSubscriptionSummary.EntityVersion create(String key)
Copyright © 2016–2024. All rights reserved.