|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestRepresentation.Type | |
---|---|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.rest.panels.request.inspectors.representations |
Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest |
---|
Methods in com.eviware.soapui.impl.rest that return RestRepresentation.Type | |
---|---|
RestRepresentation.Type |
RestRepresentation.getType()
|
static RestRepresentation.Type |
RestRepresentation.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RestRepresentation.Type[] |
RestRepresentation.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.eviware.soapui.impl.rest with parameters of type RestRepresentation.Type | |
---|---|
RestRepresentation |
RestRequest.addNewRepresentation(RestRepresentation.Type type)
|
RestRepresentation[] |
RestRequest.getRepresentations(RestRepresentation.Type type)
|
RestRepresentation[] |
RestRequest.getRepresentations(RestRepresentation.Type type,
java.lang.String mediaType)
|
void |
RestRepresentation.setType(RestRepresentation.Type type)
|
Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest.panels.request.inspectors.representations |
---|
Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestRepresentation.Type | |
---|---|
protected void |
RestResponseRepresentationsInspector.extractRepresentation(HttpResponse response,
RestRepresentation.Type type)
|
Constructors in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestRepresentation.Type | |
---|---|
AbstractRestRepresentationsInspector(RestRequest request,
java.lang.String name,
java.lang.String description,
RestRepresentation.Type[] types)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |