public static enum ItemForListEndpointsOutput.EndpointModelTypeEnum extends Enum<ItemForListEndpointsOutput.EndpointModelTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemForListEndpointsOutput.EndpointModelTypeEnum.Adapter |
| Enum Constant and Description |
|---|
CUSTOMMODEL |
FOUNDATIONMODEL |
| Modifier and Type | Method and Description |
|---|---|
static ItemForListEndpointsOutput.EndpointModelTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ItemForListEndpointsOutput.EndpointModelTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemForListEndpointsOutput.EndpointModelTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="FoundationModel") public static final ItemForListEndpointsOutput.EndpointModelTypeEnum FOUNDATIONMODEL
@SerializedName(value="CustomModel") public static final ItemForListEndpointsOutput.EndpointModelTypeEnum CUSTOMMODEL
public static ItemForListEndpointsOutput.EndpointModelTypeEnum[] values()
for (ItemForListEndpointsOutput.EndpointModelTypeEnum c : ItemForListEndpointsOutput.EndpointModelTypeEnum.values()) System.out.println(c);
public static ItemForListEndpointsOutput.EndpointModelTypeEnum 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 String getValue()
public String toString()
toString in class Enum<ItemForListEndpointsOutput.EndpointModelTypeEnum>public static ItemForListEndpointsOutput.EndpointModelTypeEnum fromValue(String input)
Copyright © 2025. All rights reserved.