Enum Weekday

java.lang.Object
java.lang.Enum<Weekday>
software.amazon.awscdk.services.fsx.Weekday
All Implemented Interfaces:
Serializable, Comparable<Weekday>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:07.682Z") @Stability(Stable) public enum Weekday extends Enum<Weekday>
Enum for representing all the days of the week.
  • Enum Constant Details

    • MONDAY

      @Stability(Stable) public static final Weekday MONDAY
      Monday.
    • TUESDAY

      @Stability(Stable) public static final Weekday TUESDAY
      Tuesday.
    • WEDNESDAY

      @Stability(Stable) public static final Weekday WEDNESDAY
      Wednesday.
    • THURSDAY

      @Stability(Stable) public static final Weekday THURSDAY
      Thursday.
    • FRIDAY

      @Stability(Stable) public static final Weekday FRIDAY
      Friday.
    • SATURDAY

      @Stability(Stable) public static final Weekday SATURDAY
      Saturday.
    • SUNDAY

      @Stability(Stable) public static final Weekday SUNDAY
      Sunday.
  • Method Details

    • values

      public static Weekday[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Weekday valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null