public class ParseExpressionResponse extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseExpressionResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected PublicError |
error |
protected List<String> |
evaluationResult |
protected String |
evaluationResultNextLink |
protected Boolean |
evaluationSucceeded |
protected String |
odataType |
protected AttributeMappingSource |
parsedExpression |
protected Boolean |
parsingSucceeded |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseExpressionResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ParseExpressionResponse.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<PublicError> |
getError() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getEvaluationResult() |
Optional<Boolean> |
getEvaluationSucceeded() |
Optional<AttributeMappingSource> |
getParsedExpression() |
Optional<Boolean> |
getParsingSucceeded() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ParseExpressionResponse |
withError(PublicError error) |
ParseExpressionResponse |
withEvaluationSucceeded(Boolean evaluationSucceeded) |
ParseExpressionResponse |
withParsedExpression(AttributeMappingSource parsedExpression) |
ParseExpressionResponse |
withParsingSucceeded(Boolean parsingSucceeded) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected PublicError error
protected Boolean evaluationSucceeded
protected String evaluationResultNextLink
protected AttributeMappingSource parsedExpression
protected Boolean parsingSucceeded
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<PublicError> getError()
public ParseExpressionResponse withError(PublicError error)
public ParseExpressionResponse withEvaluationSucceeded(Boolean evaluationSucceeded)
public com.github.davidmoten.odata.client.CollectionPage<String> getEvaluationResult()
public Optional<AttributeMappingSource> getParsedExpression()
public ParseExpressionResponse withParsedExpression(AttributeMappingSource parsedExpression)
public ParseExpressionResponse withParsingSucceeded(Boolean parsingSucceeded)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ParseExpressionResponse.Builder builder()
Copyright © 2018–2020. All rights reserved.