Package com.microsoft.graph.models
Enum Class PrintFinishing
- All Implemented Interfaces:
Serializable
,Comparable<PrintFinishing>
,Constable
The Enum Print Finishing.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionbindcovernonepunchsaddle Stitchstaplestaple Bottom Leftstaple Bottom Rightstaple Dual Bottomstaple Dual Leftstaple Dual Rightstaple Dual Topstaple Top Leftstaple Top Rightstitch Bottom Edgestitch Edgestitch Left Edgestitch Right Edgestitch Top EdgeFor PrintFinishing values that were not expected from the serviceunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic PrintFinishing
Returns the enum constant of this class with the specified name.static PrintFinishing[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
STAPLE
staple -
PUNCH
punch -
COVER
cover -
BIND
bind -
SADDLE_STITCH
saddle Stitch -
STITCH_EDGE
stitch Edge -
STAPLE_TOP_LEFT
staple Top Left -
STAPLE_BOTTOM_LEFT
staple Bottom Left -
STAPLE_TOP_RIGHT
staple Top Right -
STAPLE_BOTTOM_RIGHT
staple Bottom Right -
STITCH_LEFT_EDGE
stitch Left Edge -
STITCH_TOP_EDGE
stitch Top Edge -
STITCH_RIGHT_EDGE
stitch Right Edge -
STITCH_BOTTOM_EDGE
stitch Bottom Edge -
STAPLE_DUAL_LEFT
staple Dual Left -
STAPLE_DUAL_TOP
staple Dual Top -
STAPLE_DUAL_RIGHT
staple Dual Right -
STAPLE_DUAL_BOTTOM
staple Dual Bottom -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For PrintFinishing values that were not expected from the service
-
-
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
-