Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.HEADER |
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.MATRIX |
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.PLAIN |
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.QUERY |
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.TEMPLATE |
Modifier and Type | Method and Description |
---|---|
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static RestParameterConfig.Style.Enum |
RestParameterConfig.Style.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
RestParameterConfig.Style.Enum |
RestParameterConfig.getStyle()
Gets the "style" element
|
Modifier and Type | Method and Description |
---|---|
void |
RestParameterConfig.setStyle(RestParameterConfig.Style.Enum style)
Sets the "style" element
|
Modifier and Type | Method and Description |
---|---|
RestParameterConfig.Style.Enum |
RestParameterConfigImpl.getStyle()
Gets the "style" element
|
Modifier and Type | Method and Description |
---|---|
void |
RestParameterConfigImpl.setStyle(RestParameterConfig.Style.Enum style)
Sets the "style" element
|
Copyright © 2019. All Rights Reserved.