Package odata.msgraph.client.complex
Class IncludeAllAccountTargetContent
- java.lang.Object
-
- odata.msgraph.client.complex.AccountTargetContent
-
- odata.msgraph.client.complex.IncludeAllAccountTargetContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class IncludeAllAccountTargetContent extends AccountTargetContent implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncludeAllAccountTargetContent.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.complex.AccountTargetContent
contextPath, odataType, type, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIncludeAllAccountTargetContent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IncludeAllAccountTargetContent.BuilderbuilderIncludeAllAccountTargetContent()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IncludeAllAccountTargetContentwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.AccountTargetContent
getType, withType
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccountTargetContent
-
withUnmappedField
public IncludeAllAccountTargetContent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAccountTargetContent
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAccountTargetContent
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAccountTargetContent
-
builderIncludeAllAccountTargetContent
public static IncludeAllAccountTargetContent.Builder builderIncludeAllAccountTargetContent()
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
-
toString
public String toString()
- Overrides:
toStringin classAccountTargetContent
-
-