Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.request.vbo |
Modifier and Type | Method and Description |
---|---|
static O365ItemVersion |
O365ItemVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365ItemVersion[] |
O365ItemVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365ItemVersion |
O365SharePointRestoreOptionsRequest.getDocumentVersion()
Specifies, which of the following versions of the SharePoint documents will
be restored.
|
O365ItemVersion |
O365OneDriveRestoreOptionsRequest.getVersion()
Specifies which version of the OneDrive document will be restored.
|
Modifier and Type | Method and Description |
---|---|
Optional<O365ItemVersion> |
O365TeamRestoreOptionsRequest.fileVersion()
Specifies version of files to restore.
|
Optional<O365ItemVersion> |
ImmutableO365TeamRestoreOptionsRequest.fileVersion()
Specifies version of files to restore.
|
Modifier and Type | Method and Description |
---|---|
ImmutableO365TeamRestoreOptionsRequest.Builder |
ImmutableO365TeamRestoreOptionsRequest.Builder.fileVersion(O365ItemVersion fileVersion)
Initializes the optional value
fileVersion to fileVersion. |
ImmutableO365TeamRestoreOptionsRequest |
ImmutableO365TeamRestoreOptionsRequest.withFileVersion(O365ItemVersion value)
Copy the current immutable object by setting a present value for the optional
fileVersion attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableO365TeamRestoreOptionsRequest.Builder |
ImmutableO365TeamRestoreOptionsRequest.Builder.fileVersion(Optional<? extends O365ItemVersion> fileVersion)
Initializes the optional value
fileVersion to fileVersion. |
ImmutableO365TeamRestoreOptionsRequest |
ImmutableO365TeamRestoreOptionsRequest.withFileVersion(Optional<? extends O365ItemVersion> optional)
Copy the current immutable object by setting an optional value for the
fileVersion attribute. |
Constructor and Description |
---|
O365OneDriveRestoreOptionsRequest(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) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.