Uses of Class
odata.msgraph.client.beta.complex.SynchronizationJobSubject
-
Packages that use SynchronizationJobSubject Package Description odata.msgraph.client.beta.complex -
-
Uses of SynchronizationJobSubject in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SynchronizationJobSubject Modifier and Type Field Description protected List<SynchronizationJobSubject>SynchronizationJobApplicationParameters. subjectsMethods in odata.msgraph.client.beta.complex that return SynchronizationJobSubject Modifier and Type Method Description SynchronizationJobSubjectSynchronizationJobSubject.Builder. build()SynchronizationJobSubjectSynchronizationJobSubject. withObjectId(String objectId)SynchronizationJobSubjectSynchronizationJobSubject. withObjectTypeName(String objectTypeName)SynchronizationJobSubjectSynchronizationJobSubject. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SynchronizationJobSubject Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SynchronizationJobSubject>SynchronizationJobApplicationParameters. getSubjects()com.github.davidmoten.odata.client.CollectionPage<SynchronizationJobSubject>SynchronizationJobApplicationParameters. getSubjects(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type SynchronizationJobSubject Modifier and Type Method Description SynchronizationJobApplicationParameters.BuilderSynchronizationJobApplicationParameters.Builder. subjects(SynchronizationJobSubject... subjects)Method parameters in odata.msgraph.client.beta.complex with type arguments of type SynchronizationJobSubject Modifier and Type Method Description SynchronizationJobApplicationParameters.BuilderSynchronizationJobApplicationParameters.Builder. subjects(List<SynchronizationJobSubject> subjects)
-