Package odata.msgraph.client.complex
Class ParseExpressionResponse
- java.lang.Object
-
- odata.msgraph.client.complex.ParseExpressionResponse
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ParseExpressionResponse extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParseExpressionResponse.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected PublicErrorerrorprotected List<String>evaluationResultprotected StringevaluationResultNextLinkprotected BooleanevaluationSucceededprotected StringodataTypeprotected AttributeMappingSourceparsedExpressionprotected BooleanparsingSucceededprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedParseExpressionResponse()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
error
protected PublicError error
-
evaluationResultNextLink
protected String evaluationResultNextLink
-
evaluationSucceeded
protected Boolean evaluationSucceeded
-
parsedExpression
protected AttributeMappingSource parsedExpression
-
parsingSucceeded
protected Boolean parsingSucceeded
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getError
public Optional<PublicError> getError()
-
withError
public ParseExpressionResponse withError(PublicError error)
-
getEvaluationResult
public com.github.davidmoten.odata.client.CollectionPage<String> getEvaluationResult()
-
getEvaluationResult
public com.github.davidmoten.odata.client.CollectionPage<String> getEvaluationResult(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withEvaluationSucceeded
public ParseExpressionResponse withEvaluationSucceeded(Boolean evaluationSucceeded)
-
getParsedExpression
public Optional<AttributeMappingSource> getParsedExpression()
-
withParsedExpression
public ParseExpressionResponse withParsedExpression(AttributeMappingSource parsedExpression)
-
withParsingSucceeded
public ParseExpressionResponse withParsingSucceeded(Boolean parsingSucceeded)
-
withUnmappedField
public ParseExpressionResponse withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ParseExpressionResponse.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-