Uses of Class
odata.msgraph.client.beta.enums.WellKnownListName_v2
-
Packages that use WellKnownListName_v2 Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WellKnownListName_v2 in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WellKnownListName_v2 Modifier and Type Field Description protected WellKnownListName_v2WellKnownTaskList. wellKnownListNameMethods in odata.msgraph.client.beta.entity that return types with arguments of type WellKnownListName_v2 Modifier and Type Method Description Optional<WellKnownListName_v2>WellKnownTaskList. getWellKnownListName()Methods in odata.msgraph.client.beta.entity with parameters of type WellKnownListName_v2 Modifier and Type Method Description WellKnownTaskList.BuilderWellKnownTaskList.Builder. wellKnownListName(WellKnownListName_v2 wellKnownListName)WellKnownTaskListWellKnownTaskList. withWellKnownListName(WellKnownListName_v2 wellKnownListName) -
Uses of WellKnownListName_v2 in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WellKnownListName_v2 Modifier and Type Method Description static WellKnownListName_v2WellKnownListName_v2. valueOf(String name)Returns the enum constant of this type with the specified name.static WellKnownListName_v2[]WellKnownListName_v2. values()Returns an array containing the constants of this enum type, in the order they are declared.
-