public static enum GeminiCommon.GeminiDurationSeconds extends Enum<GeminiCommon.GeminiDurationSeconds>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getValue() |
static GeminiCommon.GeminiDurationSeconds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeminiCommon.GeminiDurationSeconds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeminiCommon.GeminiDurationSeconds FOUR
public static final GeminiCommon.GeminiDurationSeconds SIX
public static final GeminiCommon.GeminiDurationSeconds EIGHT
public static GeminiCommon.GeminiDurationSeconds[] values()
for (GeminiCommon.GeminiDurationSeconds c : GeminiCommon.GeminiDurationSeconds.values()) System.out.println(c);
public static GeminiCommon.GeminiDurationSeconds 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 Integer getValue()
Copyright © 2026. All rights reserved.