Uses of Class
odata.msgraph.client.security.enums.ExportFormat
-
Packages that use ExportFormat Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.entity.request odata.msgraph.client.security.enums -
-
Uses of ExportFormat in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as ExportFormat Modifier and Type Field Description protected ExportFormatEdiscoverySearchExportOperation. exportFormatMethods in odata.msgraph.client.security.entity that return types with arguments of type ExportFormat Modifier and Type Method Description Optional<ExportFormat>EdiscoverySearchExportOperation. getExportFormat()Methods in odata.msgraph.client.security.entity with parameters of type ExportFormat Modifier and Type Method Description EdiscoverySearchExportOperation.BuilderEdiscoverySearchExportOperation.Builder. exportFormat(ExportFormat exportFormat)com.github.davidmoten.odata.client.ActionRequestNoReturnEdiscoverySearch. exportResult(String displayName, String description, ExportCriteria exportCriteria, ExportLocation exportLocation, AdditionalOptions additionalOptions, ExportFormat exportFormat, Boolean exportSingleItems)EdiscoverySearchExportOperationEdiscoverySearchExportOperation. withExportFormat(ExportFormat exportFormat) -
Uses of ExportFormat in odata.msgraph.client.security.entity.request
Methods in odata.msgraph.client.security.entity.request with parameters of type ExportFormat Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnEdiscoverySearchRequest. exportResult(String displayName, String description, ExportCriteria exportCriteria, ExportLocation exportLocation, AdditionalOptions additionalOptions, ExportFormat exportFormat, Boolean exportSingleItems) -
Uses of ExportFormat in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return ExportFormat Modifier and Type Method Description static ExportFormatExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportFormat[]ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-