Uses of Enum Class
com.iland.core.api.vbo.O365ExchangeItemFormat
Packages that use O365ExchangeItemFormat
Package
Description
REsT resources: entry point to platform services.
-
Uses of O365ExchangeItemFormat in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365ExchangeItemFormatModifier and TypeMethodDescriptionstatic O365ExchangeItemFormatReturns the enum constant of this class with the specified name.static O365ExchangeItemFormat[]O365ExchangeItemFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365ExchangeItemFormat in com.iland.core.web.rest.api
Methods in com.iland.core.web.rest.api with parameters of type O365ExchangeItemFormatModifier and TypeMethodDescriptionO365RestoreSessionResource.saveExchangeMailboxItem(String uuid, String mailboxId, String itemId, O365ExchangeItemFormat format) Download an Office 365 VBO Exchange item given the restore session UUID. -
Uses of O365ExchangeItemFormat in com.iland.core.web.rest.swagger.api
Methods in com.iland.core.web.rest.swagger.api with parameters of type O365ExchangeItemFormatModifier and TypeMethodDescriptionSwaggerO365RestoreSessionResource.saveExchangeMailboxItem(String uuid, String mailboxId, String itemId, O365ExchangeItemFormat format) Download an Office 365 VBO Exchange item given the restore session UUID.