public static enum GetUserPhotoMethod.SizeRequested extends Enum<GetUserPhotoMethod.SizeRequested>
Enum Constant and Description |
---|
HR120x120 |
HR240x240 |
HR360x360 |
HR432x432 |
HR48x48 |
HR504x504 |
HR648x648 |
HR64x64 |
HR96x96 |
Modifier and Type | Method and Description |
---|---|
static GetUserPhotoMethod.SizeRequested |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetUserPhotoMethod.SizeRequested[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetUserPhotoMethod.SizeRequested HR48x48
public static final GetUserPhotoMethod.SizeRequested HR64x64
public static final GetUserPhotoMethod.SizeRequested HR96x96
public static final GetUserPhotoMethod.SizeRequested HR120x120
public static final GetUserPhotoMethod.SizeRequested HR240x240
public static final GetUserPhotoMethod.SizeRequested HR360x360
public static final GetUserPhotoMethod.SizeRequested HR432x432
public static final GetUserPhotoMethod.SizeRequested HR504x504
public static final GetUserPhotoMethod.SizeRequested HR648x648
public static GetUserPhotoMethod.SizeRequested[] values()
for (GetUserPhotoMethod.SizeRequested c : GetUserPhotoMethod.SizeRequested.values()) System.out.println(c);
public static GetUserPhotoMethod.SizeRequested 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 © 2001–2024 MickaĆ«l Guessant. All rights reserved.