Enum Class PrintFinishing

java.lang.Object
java.lang.Enum<PrintFinishing>
com.microsoft.graph.models.PrintFinishing
All Implemented Interfaces:
Serializable, Comparable<PrintFinishing>, Constable

public enum PrintFinishing extends Enum<PrintFinishing>
The Enum Print Finishing.
  • Enum Constant Details

    • NONE

      public static final PrintFinishing NONE
      none
    • STAPLE

      public static final PrintFinishing STAPLE
      staple
    • PUNCH

      public static final PrintFinishing PUNCH
      punch
    • COVER

      public static final PrintFinishing COVER
      cover
    • BIND

      public static final PrintFinishing BIND
      bind
    • SADDLE_STITCH

      public static final PrintFinishing SADDLE_STITCH
      saddle Stitch
    • STITCH_EDGE

      public static final PrintFinishing STITCH_EDGE
      stitch Edge
    • STAPLE_TOP_LEFT

      public static final PrintFinishing STAPLE_TOP_LEFT
      staple Top Left
    • STAPLE_BOTTOM_LEFT

      public static final PrintFinishing STAPLE_BOTTOM_LEFT
      staple Bottom Left
    • STAPLE_TOP_RIGHT

      public static final PrintFinishing STAPLE_TOP_RIGHT
      staple Top Right
    • STAPLE_BOTTOM_RIGHT

      public static final PrintFinishing STAPLE_BOTTOM_RIGHT
      staple Bottom Right
    • STITCH_LEFT_EDGE

      public static final PrintFinishing STITCH_LEFT_EDGE
      stitch Left Edge
    • STITCH_TOP_EDGE

      public static final PrintFinishing STITCH_TOP_EDGE
      stitch Top Edge
    • STITCH_RIGHT_EDGE

      public static final PrintFinishing STITCH_RIGHT_EDGE
      stitch Right Edge
    • STITCH_BOTTOM_EDGE

      public static final PrintFinishing STITCH_BOTTOM_EDGE
      stitch Bottom Edge
    • STAPLE_DUAL_LEFT

      public static final PrintFinishing STAPLE_DUAL_LEFT
      staple Dual Left
    • STAPLE_DUAL_TOP

      public static final PrintFinishing STAPLE_DUAL_TOP
      staple Dual Top
    • STAPLE_DUAL_RIGHT

      public static final PrintFinishing STAPLE_DUAL_RIGHT
      staple Dual Right
    • STAPLE_DUAL_BOTTOM

      public static final PrintFinishing STAPLE_DUAL_BOTTOM
      staple Dual Bottom
    • UNKNOWN_FUTURE_VALUE

      public static final PrintFinishing UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final PrintFinishing UNEXPECTED_VALUE
      For PrintFinishing values that were not expected from the service
  • Method Details

    • values

      public static PrintFinishing[] 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

      public static PrintFinishing valueOf(String name)
      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 name
      NullPointerException - if the argument is null