Package com.microsoft.graph.models
Class SynchronizationSchema
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SynchronizationSchema
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SynchronizationSchema
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Synchronization Schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Directories.The Synchronization Rules.The Version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
synchronizationRules
@SerializedName(value="synchronizationRules", alternate="SynchronizationRules") @Expose @Nullable public List<SynchronizationRule> synchronizationRulesThe Synchronization Rules. A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. -
version
The Version. The version of the schema, updated automatically with every schema change. -
directories
@SerializedName(value="directories", alternate="Directories") @Expose @Nullable public DirectoryDefinitionCollectionPage directoriesThe Directories. Contains the collection of directories and all of their objects.
-
-
Constructor Details
-
SynchronizationSchema
public SynchronizationSchema()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-