public static enum MeetingResponseRequest.Request.UserResponse extends java.lang.Enum<MeetingResponseRequest.Request.UserResponse>
| Enum Constant and Description | 
|---|
Accepted  | 
Declined  | 
TentativelyAccepted  | 
| Modifier and Type | Method and Description | 
|---|---|
static MeetingResponseRequest.Request.UserResponse | 
get(java.lang.String value)  | 
static MeetingResponseRequest.Request.UserResponse | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MeetingResponseRequest.Request.UserResponse[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
java.lang.String | 
xmlValue()  | 
public static final MeetingResponseRequest.Request.UserResponse Accepted
public static final MeetingResponseRequest.Request.UserResponse TentativelyAccepted
public static final MeetingResponseRequest.Request.UserResponse Declined
public static MeetingResponseRequest.Request.UserResponse[] values()
for (MeetingResponseRequest.Request.UserResponse c : MeetingResponseRequest.Request.UserResponse.values()) System.out.println(c);
public static MeetingResponseRequest.Request.UserResponse valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String xmlValue()
public static MeetingResponseRequest.Request.UserResponse get(java.lang.String value)
Copyright © 2023. All Rights Reserved.