Package com.microsoft.graph.models
Class Synchronization
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Synchronization
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Synchronization
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Synchronization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Jobs.The Secrets.The Templates. -
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
-
secrets
@SerializedName(value="secrets", alternate="Secrets") @Expose @Nullable public List<SynchronizationSecretKeyStringValuePair> secretsThe Secrets. Represents a collection of credentials to access provisioned cloud applications. -
jobs
@SerializedName(value="jobs", alternate="Jobs") @Expose @Nullable public SynchronizationJobCollectionPage jobsThe Jobs. Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory. -
templates
@SerializedName(value="templates", alternate="Templates") @Expose @Nullable public SynchronizationTemplateCollectionPage templatesThe Templates. Pre-configured synchronization settings for a particular application.
-
-
Constructor Details
-
Synchronization
public Synchronization()
-
-
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
-