Package odata.msgraph.client.complex
Class AccessPackageAnswer
- java.lang.Object
-
- odata.msgraph.client.complex.AccessPackageAnswer
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
AccessPackageAnswerString
public class AccessPackageAnswer extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessPackageQuestionansweredQuestionprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayValueprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessPackageAnswer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getDisplayValue()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AccessPackageAnswerwithDisplayValue(String displayValue)AccessPackageAnswerwithUnmappedField(String name, Object value)
-
-
-
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
-
displayValue
protected String displayValue
-
answeredQuestion
protected AccessPackageQuestion answeredQuestion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDisplayValue
public AccessPackageAnswer withDisplayValue(String displayValue)
-
withUnmappedField
public AccessPackageAnswer withUnmappedField(String name, Object 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
-
-