| Package | Description | 
|---|---|
| com.iland.core.api.vbo | |
| com.iland.core.web.rest.response.vbo | 
| Modifier and Type | Method and Description | 
|---|---|
| static O365JobSessionStatus | O365JobSessionStatus. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static O365JobSessionStatus[] | O365JobSessionStatus. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| O365JobSessionStatus | O365JobSessionResponse. getStatus()Returns the status of the backup job. | 
| Constructor and Description | 
|---|
| O365JobSessionResponse(String uuid,
                      String locationId,
                      String companyId,
                      String o365OrganizationUuid,
                      String o365JobUuid,
                      Instant creationTime,
                      Instant endTime,
                      int progress,
                      O365JobSessionStatus status,
                      O365JobSessionStatsResponse statistics) | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.