public static class ProRestServiceBuilder.RequestInfo extends Object
Constructor and Description |
---|
RequestInfo(String uri,
com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod requestMethod) |
RequestInfo(String uri,
com.eviware.soapui.impl.rest.RestResource restResource,
com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod requestMethod) |
Modifier and Type | Method and Description |
---|---|
com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod |
getRequestMethod() |
com.eviware.soapui.impl.rest.RestResource |
getRestResource() |
String |
getUri() |
public RequestInfo(String uri, com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod requestMethod)
public RequestInfo(String uri, com.eviware.soapui.impl.rest.RestResource restResource, com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod requestMethod)
public String getUri()
public com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod getRequestMethod()
public com.eviware.soapui.impl.rest.RestResource getRestResource()
Copyright © 2019. All rights reserved.