| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
static ExportOptions.OutputFormatEnum | 
ExportOptions.OutputFormatEnum.fromValue(String value)  | 
ExportOptions.OutputFormatEnum | 
ExportOptions.getOutputFormat()
Get outputFormat 
 | 
ExportOptions.OutputFormatEnum | 
ExportOptions.OutputFormatEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader)  | 
static ExportOptions.OutputFormatEnum | 
ExportOptions.OutputFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExportOptions.OutputFormatEnum[] | 
ExportOptions.OutputFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExportOptions | 
ExportOptions.outputFormat(ExportOptions.OutputFormatEnum outputFormat)  | 
void | 
ExportOptions.setOutputFormat(ExportOptions.OutputFormatEnum outputFormat)  | 
void | 
ExportOptions.OutputFormatEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
     ExportOptions.OutputFormatEnum enumeration)  | 
Copyright © 2023. All rights reserved.