Package com.microsoft.graph.models
Enum Class SynchronizationMetadata
- All Implemented Interfaces:
Serializable,Comparable<SynchronizationMetadata>,Constable
The Enum Synchronization Metadata.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionConfiguration FieldsGallery Application IdentifierGallery Application KeyIs OAuth EnabledIs Synchronization Agent Assignment RequiredIs Synchronization Agent RequiredIs Synchronization In PreviewOAuth SettingsSynchronization Learn More Ibiza Fw LinkFor SynchronizationMetadata values that were not expected from the service -
Method Summary
Modifier and TypeMethodDescriptionstatic SynchronizationMetadataReturns the enum constant of this class with the specified name.static SynchronizationMetadata[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GALLERY_APPLICATION_IDENTIFIER
Gallery Application Identifier -
GALLERY_APPLICATION_KEY
Gallery Application Key -
IS_O_AUTH_ENABLED
Is OAuth Enabled -
IS_SYNCHRONIZATION_AGENT_ASSIGNMENT_REQUIRED
Is Synchronization Agent Assignment Required -
IS_SYNCHRONIZATION_AGENT_REQUIRED
Is Synchronization Agent Required -
IS_SYNCHRONIZATION_IN_PREVIEW
Is Synchronization In Preview -
O_AUTH_SETTINGS
OAuth Settings -
SYNCHRONIZATION_LEARN_MORE_IBIZA_FW_LINK
Synchronization Learn More Ibiza Fw Link -
CONFIGURATION_FIELDS
Configuration Fields -
UNEXPECTED_VALUE
For SynchronizationMetadata 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
-