Uses of Class
odata.msgraph.client.complex.ChangeNotification
-
Packages that use ChangeNotification Package Description odata.msgraph.client.complex -
-
Uses of ChangeNotification in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ChangeNotification Modifier and Type Field Description protected List<ChangeNotification>ChangeNotificationCollection. valueMethods in odata.msgraph.client.complex that return types with arguments of type ChangeNotification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ChangeNotification>ChangeNotificationCollection. getValue()com.github.davidmoten.odata.client.CollectionPage<ChangeNotification>ChangeNotificationCollection. getValue(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ChangeNotification Modifier and Type Method Description ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. value(ChangeNotification... value)Method parameters in odata.msgraph.client.complex with type arguments of type ChangeNotification Modifier and Type Method Description ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. value(List<ChangeNotification> value)
-