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