Uses of Class
com.microsoft.graph.models.SynchronizationJobSubject
Packages that use SynchronizationJobSubject
-
Uses of SynchronizationJobSubject in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationJobSubjectModifier and TypeMethodDescriptionstatic SynchronizationJobSubjectSynchronizationJobSubject.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSynchronizationLinkedObjects.getManager()Gets the manager property value.Methods in com.microsoft.graph.models that return types with arguments of type SynchronizationJobSubjectModifier and TypeMethodDescriptionSynchronizationLinkedObjects.getMembers()Gets the members property value.SynchronizationLinkedObjects.getOwners()Gets the owners property value.SynchronizationJobApplicationParameters.getSubjects()Gets the subjects property value.Methods in com.microsoft.graph.models with parameters of type SynchronizationJobSubjectModifier and TypeMethodDescriptionvoidSynchronizationLinkedObjects.setManager(SynchronizationJobSubject value) Sets the manager property value.Method parameters in com.microsoft.graph.models with type arguments of type SynchronizationJobSubjectModifier and TypeMethodDescriptionvoidSynchronizationLinkedObjects.setMembers(List<SynchronizationJobSubject> value) Sets the members property value.voidSynchronizationLinkedObjects.setOwners(List<SynchronizationJobSubject> value) Sets the owners property value.voidSynchronizationJobApplicationParameters.setSubjects(List<SynchronizationJobSubject> value) Sets the subjects property value.