Uses of Enum Class
com.iland.core.api.vbo.O365ItemVersion
Packages that use O365ItemVersion
-
Uses of O365ItemVersion in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365ItemVersionModifier and TypeMethodDescriptionstatic O365ItemVersionReturns the enum constant of this class with the specified name.static O365ItemVersion[]O365ItemVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365ItemVersion in com.iland.core.web.rest.request.vbo
Methods in com.iland.core.web.rest.request.vbo that return O365ItemVersionModifier and TypeMethodDescriptionO365SharePointRestoreOptionsRequest.getDocumentVersion()Specifies, which of the following versions of the SharePoint documents will be restored.O365OneDriveRestoreOptionsRequest.getVersion()Specifies which version of the OneDrive document will be restored.Methods in com.iland.core.web.rest.request.vbo that return types with arguments of type O365ItemVersionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.fileVersion()Specifies version of files to restore.O365TeamRestoreOptionsRequest.fileVersion()Specifies version of files to restore.Methods in com.iland.core.web.rest.request.vbo with parameters of type O365ItemVersionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.Builder.fileVersion(O365ItemVersion fileVersion) Initializes the optional valuefileVersionto fileVersion.ImmutableO365TeamRestoreOptionsRequest.withFileVersion(O365ItemVersion value) Copy the current immutable object by setting a present value for the optionalfileVersionattribute.Method parameters in com.iland.core.web.rest.request.vbo with type arguments of type O365ItemVersionModifier and TypeMethodDescriptionImmutableO365TeamRestoreOptionsRequest.Builder.fileVersion(Optional<? extends O365ItemVersion> fileVersion) Initializes the optional valuefileVersionto fileVersion.ImmutableO365TeamRestoreOptionsRequest.withFileVersion(Optional<? extends O365ItemVersion> optional) Copy the current immutable object by setting an optional value for thefileVersionattribute.Constructors in com.iland.core.web.rest.request.vbo with parameters of type O365ItemVersionModifierConstructorDescriptionO365OneDriveRestoreOptionsRequest(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)