public static enum GetSlideshowsResponse.RequestType extends Enum<GetSlideshowsResponse.RequestType>
| Modifier and Type | Method and Description |
|---|---|
static GetSlideshowsResponse.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetSlideshowsResponse.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetSlideshowsResponse.RequestType BY_TAG
public static final GetSlideshowsResponse.RequestType BY_GROUP
public static final GetSlideshowsResponse.RequestType BY_USER
public static GetSlideshowsResponse.RequestType[] values()
for (GetSlideshowsResponse.RequestType c : GetSlideshowsResponse.RequestType.values()) System.out.println(c);
public static GetSlideshowsResponse.RequestType 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 © 2015. All rights reserved.