Uses of Class
odata.msgraph.client.beta.enums.ChangeType
-
Packages that use ChangeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ChangeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ChangeType Modifier and Type Field Description protected ChangeTypeChangeNotification. changeTypeprotected ChangeTypeCommsNotification. changeTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type ChangeType Modifier and Type Method Description Optional<ChangeType>ChangeNotification. getChangeType()Optional<ChangeType>CommsNotification. getChangeType()Methods in odata.msgraph.client.beta.complex with parameters of type ChangeType Modifier and Type Method Description ChangeNotification.BuilderChangeNotification.Builder. changeType(ChangeType changeType)CommsNotification.BuilderCommsNotification.Builder. changeType(ChangeType changeType)ChangeNotificationChangeNotification. withChangeType(ChangeType changeType)CommsNotificationCommsNotification. withChangeType(ChangeType changeType) -
Uses of ChangeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-