public class TestConfigurationInEnvironmentOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TestConfigurationInEnvironmentOptions.BuilderBuilder. | 
| static interface  | TestConfigurationInEnvironmentOptions.StepSpecify to only run the input document through the given step instead of running the input document through the
 entire ingestion workflow. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | configuration()Gets the configuration. | 
| java.lang.String | configurationId()Gets the configurationId. | 
| java.lang.String | environmentId()Gets the environmentId. | 
| java.io.InputStream | file()Gets the file. | 
| java.lang.String | fileContentType()Gets the fileContentType. | 
| java.lang.String | filename()Gets the filename. | 
| java.lang.String | metadata()Gets the metadata. | 
| TestConfigurationInEnvironmentOptions.Builder | newBuilder()New builder. | 
| java.lang.String | step()Gets the step. | 
equals, hashCode, toStringpublic TestConfigurationInEnvironmentOptions.Builder newBuilder()
public java.lang.String environmentId()
public java.lang.String configuration()
public java.lang.String step()
public java.lang.String configurationId()
public java.io.InputStream file()
public java.lang.String filename()
public java.lang.String metadata()
public java.lang.String fileContentType()