Enum Class SynchronizationMetadata

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

public enum SynchronizationMetadata extends Enum<SynchronizationMetadata>
The Enum Synchronization Metadata.
  • Enum Constant Details

    • IS_O_AUTH_ENABLED

      public static final SynchronizationMetadata IS_O_AUTH_ENABLED
      Is OAuth Enabled
    • IS_SYNCHRONIZATION_AGENT_ASSIGNMENT_REQUIRED

      public static final SynchronizationMetadata IS_SYNCHRONIZATION_AGENT_ASSIGNMENT_REQUIRED
      Is Synchronization Agent Assignment Required
    • IS_SYNCHRONIZATION_AGENT_REQUIRED

      public static final SynchronizationMetadata IS_SYNCHRONIZATION_AGENT_REQUIRED
      Is Synchronization Agent Required
    • IS_SYNCHRONIZATION_IN_PREVIEW

      public static final SynchronizationMetadata IS_SYNCHRONIZATION_IN_PREVIEW
      Is Synchronization In Preview
    • O_AUTH_SETTINGS

      public static final SynchronizationMetadata O_AUTH_SETTINGS
      OAuth Settings
    • CONFIGURATION_FIELDS

      public static final SynchronizationMetadata CONFIGURATION_FIELDS
      Configuration Fields
    • UNEXPECTED_VALUE

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

    • values

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