public static class BatchTransformatorCommon.HttpRequestStatusLine extends Object
| Constructor and Description |
|---|
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
PathInfo pathInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpVersion() |
int |
getLineNumber() |
ODataHttpMethod |
getMethod() |
PathInfo |
getPathInfo() |
void |
validateHttpMethod(boolean isChangeSet) |
public HttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo) throws BatchException
BatchExceptionpublic void validateHttpMethod(boolean isChangeSet)
throws BatchException
BatchExceptionpublic ODataHttpMethod getMethod()
public PathInfo getPathInfo()
public String getHttpVersion()
public int getLineNumber()
Copyright © 2020. All rights reserved.