Package com.dropbox.core.v2.files
Enum Class ThumbnailSize
- All Implemented Interfaces:
Serializable,Comparable<ThumbnailSize>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription1024 by 768 px.128 by 128 px.2048 by 1536 px.256 by 256 px.3200 by 2400 px.32 by 32 px.480 by 320 px.640 by 480 px.64 by 64 px.960 by 640 px. -
Method Summary
Modifier and TypeMethodDescriptionstatic ThumbnailSizeReturns the enum constant of this class with the specified name.static ThumbnailSize[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
W32H32
32 by 32 px. -
W64H64
64 by 64 px. -
W128H128
128 by 128 px. -
W256H256
256 by 256 px. -
W480H320
480 by 320 px. -
W640H480
640 by 480 px. -
W960H640
960 by 640 px. -
W1024H768
1024 by 768 px. -
W2048H1536
2048 by 1536 px. -
W3200H2400
3200 by 2400 px.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-