Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.request.vbo |
Modifier and Type | Method and Description |
---|---|
static O365ItemLastVersionAction |
O365ItemLastVersionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365ItemLastVersionAction[] |
O365ItemLastVersionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365ItemLastVersionAction |
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.
|
O365ItemLastVersionAction |
O365OneDriveRestoreOptionsRequest.getDocumentLastVersionAction()
Specifies, which one of the following actions will be performed with the
last version of the restored OneDrive document on the production server.
|
Modifier and Type | Method and Description |
---|---|
Optional<O365ItemLastVersionAction> |
O365TeamRestoreOptionsRequest.fileLastVersionAction()
Specifies the action to perform with the file with the latest file
restored.
|
Optional<O365ItemLastVersionAction> |
ImmutableO365TeamRestoreOptionsRequest.fileLastVersionAction()
Specifies the action to perform with the file with the latest file
restored.
|
Modifier and Type | Method and Description |
---|---|
ImmutableO365TeamRestoreOptionsRequest.Builder |
ImmutableO365TeamRestoreOptionsRequest.Builder.fileLastVersionAction(O365ItemLastVersionAction fileLastVersionAction)
Initializes the optional value
fileLastVersionAction to fileLastVersionAction. |
ImmutableO365TeamRestoreOptionsRequest |
ImmutableO365TeamRestoreOptionsRequest.withFileLastVersionAction(O365ItemLastVersionAction value)
Copy the current immutable object by setting a present value for the optional
fileLastVersionAction attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableO365TeamRestoreOptionsRequest.Builder |
ImmutableO365TeamRestoreOptionsRequest.Builder.fileLastVersionAction(Optional<? extends O365ItemLastVersionAction> fileLastVersionAction)
Initializes the optional value
fileLastVersionAction to fileLastVersionAction. |
ImmutableO365TeamRestoreOptionsRequest |
ImmutableO365TeamRestoreOptionsRequest.withFileLastVersionAction(Optional<? extends O365ItemLastVersionAction> optional)
Copy the current immutable object by setting an optional value for the
fileLastVersionAction 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.