Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.response.vbo |
Modifier and Type | Method and Description |
---|---|
static O365RestoreSessionEventStatus |
O365RestoreSessionEventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365RestoreSessionEventStatus[] |
O365RestoreSessionEventStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365RestoreSessionEventStatus |
O365RestoreSessionEventResponse.getStatus()
Returns the status of the restore session.
|
Constructor and Description |
---|
O365RestoreSessionEventResponse(long itemSizeBytes,
String id,
O365RestoreSessionEventType type,
O365RestoreSessionEventStatus status,
Instant startTime,
Instant endTime,
long duration,
String title,
int order,
String initiatedBy) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.