Uses of Enum Class
com.iland.core.api.vbo.O365ItemLastVersionAction
Packages that use O365ItemLastVersionAction
-
Uses of O365ItemLastVersionAction in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365ItemLastVersionActionModifier and TypeMethodDescriptionstatic O365ItemLastVersionActionReturns the enum constant of this class with the specified name.static O365ItemLastVersionAction[]O365ItemLastVersionAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365ItemLastVersionAction in com.iland.core.web.rest.request.vbo
Methods in com.iland.core.web.rest.request.vbo that return O365ItemLastVersionActionModifier and TypeMethodDescriptionO365OneDriveRestoreOptionsRequest.getDocumentLastVersionAction()Specifies, which one of the following actions will be performed with the last version of the restored OneDrive document on the production server.O365SharePointRestoreOptionsRequest.getDocumentLastVersionAction()Specifies, which one of the following actions will be performed with the last version of the restored SharePoint document on the destination list.Methods in com.iland.core.web.rest.request.vbo that return types with arguments of type O365ItemLastVersionActionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.fileLastVersionAction()Specifies the action to perform with the file with the latest file restored.O365TeamRestoreOptionsRequest.fileLastVersionAction()Specifies the action to perform with the file with the latest file restored.Methods in com.iland.core.web.rest.request.vbo with parameters of type O365ItemLastVersionActionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.Builder.fileLastVersionAction(O365ItemLastVersionAction fileLastVersionAction) Initializes the optional valuefileLastVersionActionto fileLastVersionAction.ImmutableO365TeamRestoreOptionsRequest.withFileLastVersionAction(O365ItemLastVersionAction value) Copy the current immutable object by setting a present value for the optionalfileLastVersionActionattribute.Method parameters in com.iland.core.web.rest.request.vbo with type arguments of type O365ItemLastVersionActionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.Builder.fileLastVersionAction(Optional<? extends O365ItemLastVersionAction> fileLastVersionAction) Initializes the optional valuefileLastVersionActionto fileLastVersionAction.ImmutableO365TeamRestoreOptionsRequest.withFileLastVersionAction(Optional<? extends O365ItemLastVersionAction> optional) Copy the current immutable object by setting an optional value for thefileLastVersionActionattribute.Constructors in com.iland.core.web.rest.request.vbo with parameters of type O365ItemLastVersionActionModifierConstructorDescriptionO365OneDriveRestoreOptionsRequest(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.O365SharePointRestoreOptionsRequest(String user, String password, String deviceCode, String alias, boolean restoreListViews, boolean changedItems, boolean deletedItems, boolean restoreSubsites, boolean restoreMasterPages, boolean restorePermissions, O365ItemVersion documentVersion, boolean sendSharedLinksNotification, O365ItemLastVersionAction documentLastVersionAction, String list, Boolean restoreToOriginal)