Uses of Enum
com.microsoft.graph.models.WellknownListName
Packages that use WellknownListName
-
Uses of WellknownListName in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WellknownListNameModifier and TypeMethodDescriptionstatic WellknownListNameTodoTaskList.getWellknownListName()Gets the wellknownListName property value.static WellknownListNameReturns the enum constant of this type with the specified name.static WellknownListName[]WellknownListName.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 WellknownListNameModifier and TypeMethodDescriptionvoidTodoTaskList.setWellknownListName(WellknownListName value) Sets the wellknownListName property value.