Class AppleAppListItem
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AppListItem
-
- odata.msgraph.client.beta.complex.AppleAppListItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppleAppListItem extends AppListItem implements com.github.davidmoten.odata.client.ODataType
“Represents an app in the list of managed Apple applications”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppleAppListItem.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.complex.AppListItem
appId, appStoreUrl, contextPath, name, odataType, publisher, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppleAppListItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppleAppListItem.BuilderbuilderAppleAppListItem()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()AppleAppListItemwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.AppListItem
builder, getAppId, getAppStoreUrl, getName, getPublisher, withAppId, withAppStoreUrl, withName, withPublisher
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAppListItem
-
withUnmappedField
public AppleAppListItem withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAppListItem
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAppListItem
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAppListItem
-
builderAppleAppListItem
public static AppleAppListItem.Builder builderAppleAppListItem()
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 classAppListItem
-
-