Uses of Class
com.microsoft.graph.models.SynchronizationTaskExecution
Packages that use SynchronizationTaskExecution
-
Uses of SynchronizationTaskExecution in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationTaskExecutionModifier and TypeMethodDescriptionstatic SynchronizationTaskExecutionSynchronizationTaskExecution.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSynchronizationStatus.getLastExecution()Gets the lastExecution property value.SynchronizationStatus.getLastSuccessfulExecution()Gets the lastSuccessfulExecution property value.SynchronizationStatus.getLastSuccessfulExecutionWithExports()Gets the lastSuccessfulExecutionWithExports property value.Methods in com.microsoft.graph.models with parameters of type SynchronizationTaskExecutionModifier and TypeMethodDescriptionvoidSynchronizationStatus.setLastExecution(SynchronizationTaskExecution value) Sets the lastExecution property value.voidSynchronizationStatus.setLastSuccessfulExecution(SynchronizationTaskExecution value) Sets the lastSuccessfulExecution property value.voidSynchronizationStatus.setLastSuccessfulExecutionWithExports(SynchronizationTaskExecution value) Sets the lastSuccessfulExecutionWithExports property value.