Uses of Enum
com.microsoft.graph.models.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeChangeNotification.getChangeType()Gets the changeType property value.static ChangeTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoidChangeNotification.setChangeType(ChangeType value) Sets the changeType property value.