public static enum CharacterCalendarAttendeesResponse.EventResponseEnum extends Enum<CharacterCalendarAttendeesResponse.EventResponseEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterCalendarAttendeesResponse.EventResponseEnum.Adapter |
| Enum Constant and Description |
|---|
ACCEPTED |
DECLINED |
NOT_RESPONDED |
TENTATIVE |
| Modifier and Type | Method and Description |
|---|---|
static CharacterCalendarAttendeesResponse.EventResponseEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CharacterCalendarAttendeesResponse.EventResponseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterCalendarAttendeesResponse.EventResponseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterCalendarAttendeesResponse.EventResponseEnum DECLINED
public static final CharacterCalendarAttendeesResponse.EventResponseEnum NOT_RESPONDED
public static final CharacterCalendarAttendeesResponse.EventResponseEnum ACCEPTED
public static final CharacterCalendarAttendeesResponse.EventResponseEnum TENTATIVE
public static CharacterCalendarAttendeesResponse.EventResponseEnum[] values()
for (CharacterCalendarAttendeesResponse.EventResponseEnum c : CharacterCalendarAttendeesResponse.EventResponseEnum.values()) System.out.println(c);
public static CharacterCalendarAttendeesResponse.EventResponseEnum 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<CharacterCalendarAttendeesResponse.EventResponseEnum>public static CharacterCalendarAttendeesResponse.EventResponseEnum fromValue(String value)
Copyright © 2023. All Rights Reserved.