Uses of Class
odata.msgraph.client.complex.CommsNotification
-
Packages that use CommsNotification Package Description odata.msgraph.client.complex -
-
Uses of CommsNotification in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type CommsNotification Modifier and Type Field Description protected List<CommsNotification>CommsNotifications. valueMethods in odata.msgraph.client.complex that return CommsNotification Modifier and Type Method Description CommsNotificationCommsNotification.Builder. build()CommsNotificationCommsNotification. withChangeType(ChangeType changeType)CommsNotificationCommsNotification. withResourceUrl(String resourceUrl)CommsNotificationCommsNotification. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type CommsNotification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CommsNotification>CommsNotifications. getValue()com.github.davidmoten.odata.client.CollectionPage<CommsNotification>CommsNotifications. getValue(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type CommsNotification Modifier and Type Method Description CommsNotifications.BuilderCommsNotifications.Builder. value(CommsNotification... value)Method parameters in odata.msgraph.client.complex with type arguments of type CommsNotification Modifier and Type Method Description CommsNotifications.BuilderCommsNotifications.Builder. value(List<CommsNotification> value)
-