Uses of Class
odata.msgraph.client.beta.enums.LifecycleEventType
-
Packages that use LifecycleEventType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of LifecycleEventType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LifecycleEventType Modifier and Type Field Description protected LifecycleEventTypeChangeNotification. lifecycleEventMethods in odata.msgraph.client.beta.complex that return types with arguments of type LifecycleEventType Modifier and Type Method Description Optional<LifecycleEventType>ChangeNotification. getLifecycleEvent()Methods in odata.msgraph.client.beta.complex with parameters of type LifecycleEventType Modifier and Type Method Description ChangeNotification.BuilderChangeNotification.Builder. lifecycleEvent(LifecycleEventType lifecycleEvent)ChangeNotificationChangeNotification. withLifecycleEvent(LifecycleEventType lifecycleEvent) -
Uses of LifecycleEventType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LifecycleEventType Modifier and Type Method Description static LifecycleEventTypeLifecycleEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleEventType[]LifecycleEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-