Uses of Class
com.microsoft.graph.models.SynchronizationJob
Packages that use SynchronizationJob
-
Uses of SynchronizationJob in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationJobModifier and TypeMethodDescriptionstatic SynchronizationJobSynchronizationJob.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type SynchronizationJobModifier and TypeMethodDescriptionSynchronization.getJobs()Gets the jobs property value.SynchronizationJobCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SynchronizationJobModifier and TypeMethodDescriptionvoidSynchronization.setJobs(List<SynchronizationJob> value) Sets the jobs property value.voidSynchronizationJobCollectionResponse.setValue(List<SynchronizationJob> value) Sets the value property value.