Uses of Enum Class
com.iland.core.api.vbo.O365OneDriveDocumentAction
Packages that use O365OneDriveDocumentAction
-
Uses of O365OneDriveDocumentAction in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365OneDriveDocumentActionModifier and TypeMethodDescriptionstatic O365OneDriveDocumentActionReturns the enum constant of this class with the specified name.static O365OneDriveDocumentAction[]O365OneDriveDocumentAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365OneDriveDocumentAction in com.iland.core.web.rest.request.vbo
Methods in com.iland.core.web.rest.request.vbo that return O365OneDriveDocumentActionModifier and TypeMethodDescriptionO365OneDriveRestoreOptionsRequest.getAction()Specify which action will be performed in case the restore destination contains the restored documentConstructors in com.iland.core.web.rest.request.vbo with parameters of type O365OneDriveDocumentActionModifierConstructorDescriptionO365OneDriveRestoreOptionsRequest(String user, String password, String deviceCode, O365OneDriveDocumentAction action, O365ItemVersion version, O365ItemLastVersionAction documentLastVersionAction, String folder, String oneDriveIdToRestoreTo, Boolean changedItems, Boolean deletedItems, Boolean restorePermissions, Boolean sendSharedLinksNotification) Instantiates a new O 365 one drive restore options request.