Enum Class OnenoteSourceService

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

public enum OnenoteSourceService extends Enum<OnenoteSourceService>
The Enum Onenote Source Service.
  • Enum Constant Details

    • UNKNOWN

      public static final OnenoteSourceService UNKNOWN
      Unknown
    • ONE_DRIVE

      public static final OnenoteSourceService ONE_DRIVE
      One Drive
    • ONE_DRIVE_FOR_BUSINESS

      public static final OnenoteSourceService ONE_DRIVE_FOR_BUSINESS
      One Drive For Business
    • ON_PREM_ONE_DRIVE_FOR_BUSINESS

      public static final OnenoteSourceService ON_PREM_ONE_DRIVE_FOR_BUSINESS
      On Prem One Drive For Business
    • UNEXPECTED_VALUE

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

    • values

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