public class DataRunExportOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DataRunExportOptions.Builder
Builder.
|
static interface |
DataRunExportOptions.ExportType
The type of export.
|
static interface |
DataRunExportOptions.Format
The format of the export file.
|
Modifier and Type | Method and Description |
---|---|
String |
exportType()
Gets the exportType.
|
String |
fileName()
Gets the fileName.
|
String |
format()
Gets the format.
|
DataRunExportOptions.Builder |
newBuilder()
New builder.
|
CriteriaRequest |
searchCriteria()
Gets the searchCriteria.
|
public DataRunExportOptions.Builder newBuilder()
public String format()
public String fileName()
public String exportType()
public CriteriaRequest searchCriteria()
Copyright © 2021 IBM Cloud. All rights reserved.