Uses of Class
com.microsoft.graph.models.SynchronizationError
Packages that use SynchronizationError
-
Uses of SynchronizationError in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationErrorModifier and TypeMethodDescriptionstatic SynchronizationErrorSynchronizationError.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSynchronizationQuarantine.getError()Gets the error property value.SynchronizationTaskExecution.getError()Gets the error property value.Methods in com.microsoft.graph.models with parameters of type SynchronizationErrorModifier and TypeMethodDescriptionvoidSynchronizationQuarantine.setError(SynchronizationError value) Sets the error property value.voidSynchronizationTaskExecution.setError(SynchronizationError value) Sets the error property value.