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