public static interface DiskService.ExportRequest extends Request<DiskService.ExportRequest,DiskService.ExportResponse>
Modifier and Type | Method and Description |
---|---|
DiskService.ExportRequest |
async(Boolean async)
Indicates if the export should be performed asynchronously.
|
DiskService.ExportRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
DiskService.ExportRequest |
storageDomain(StorageDomain storageDomain) |
DiskService.ExportRequest |
storageDomain(StorageDomainBuilder storageDomain) |
DiskService.ExportRequest async(Boolean async)
Indicates if the export should be performed asynchronously.
DiskService.ExportRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
DiskService.ExportRequest storageDomain(StorageDomain storageDomain)
DiskService.ExportRequest storageDomain(StorageDomainBuilder storageDomain)
Copyright © 2016. All rights reserved.