Uses of Class
com.microsoft.graph.models.SynchronizationSchema
Packages that use SynchronizationSchema
-
Uses of SynchronizationSchema in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationSchemaModifier and TypeMethodDescriptionstatic SynchronizationSchemaSynchronizationSchema.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSynchronizationJob.getSchema()Gets the schema property value.SynchronizationTemplate.getSchema()Gets the schema property value.Methods in com.microsoft.graph.models with parameters of type SynchronizationSchemaModifier and TypeMethodDescriptionvoidSynchronizationJob.setSchema(SynchronizationSchema value) Sets the schema property value.voidSynchronizationTemplate.setSchema(SynchronizationSchema value) Sets the schema property value.