Uses of Class
odata.msgraph.client.enums.ObliterationBehavior
-
Packages that use ObliterationBehavior Package Description odata.msgraph.client.enums -
-
Uses of ObliterationBehavior in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ObliterationBehavior Modifier and Type Method Description static ObliterationBehaviorObliterationBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ObliterationBehavior[]ObliterationBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.
-