Uses of Class
odata.msgraph.client.complex.ChangeNotificationCollection.Builder
-
Packages that use ChangeNotificationCollection.Builder Package Description odata.msgraph.client.complex -
-
Uses of ChangeNotificationCollection.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChangeNotificationCollection.Builder Modifier and Type Method Description static ChangeNotificationCollection.BuilderChangeNotificationCollection. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. validationTokens(String... validationTokens)ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. validationTokens(List<String> validationTokens)ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. validationTokensNextLink(String validationTokensNextLink)ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. value(List<ChangeNotification> value)ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. value(ChangeNotification... value)ChangeNotificationCollection.BuilderChangeNotificationCollection.Builder. valueNextLink(String valueNextLink)
-