@Generated public enum ProviderIconType extends Enum<ProviderIconType>
| Enum Constant and Description |
|---|
DARK |
PRIMARY |
PROVIDER_ICON_TYPE_UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static ProviderIconType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderIconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProviderIconType DARK
public static final ProviderIconType PRIMARY
public static final ProviderIconType PROVIDER_ICON_TYPE_UNSPECIFIED
public static ProviderIconType[] values()
for (ProviderIconType c : ProviderIconType.values()) System.out.println(c);
public static ProviderIconType 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 nullCopyright © 2024. All rights reserved.