Class AndroidManagedStoreAppAssignmentSettings
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MobileAppAssignmentSettings
-
- odata.msgraph.client.beta.complex.AndroidManagedStoreAppAssignmentSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AndroidManagedStoreAppAssignmentSettings extends MobileAppAssignmentSettings implements com.github.davidmoten.odata.client.ODataType
“Contains properties used to assign an Android Managed Store mobile app to a group.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidManagedStoreAppAssignmentSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>androidManagedStoreAppTrackIdsprotected StringandroidManagedStoreAppTrackIdsNextLinkprotected AndroidManagedStoreAutoUpdateModeautoUpdateMode-
Fields inherited from class odata.msgraph.client.beta.complex.MobileAppAssignmentSettings
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidManagedStoreAppAssignmentSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidManagedStoreAppAssignmentSettings.BuilderbuilderAndroidManagedStoreAppAssignmentSettings()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.CollectionPage<String>getAndroidManagedStoreAppTrackIds()“The track IDs to enable for this app assignment.”com.github.davidmoten.odata.client.CollectionPage<String>getAndroidManagedStoreAppTrackIds(com.github.davidmoten.odata.client.HttpRequestOptions options)“The track IDs to enable for this app assignment.”Optional<AndroidManagedStoreAutoUpdateMode>getAutoUpdateMode()“The prioritization of automatic updates for this app assignment.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidManagedStoreAppAssignmentSettingswithAutoUpdateMode(AndroidManagedStoreAutoUpdateMode autoUpdateMode)Returns an immutable copy ofthiswith just theautoUpdateModefield changed.AndroidManagedStoreAppAssignmentSettingswithUnmappedField(String name, String value)
-
-
-
Field Detail
-
androidManagedStoreAppTrackIdsNextLink
protected String androidManagedStoreAppTrackIdsNextLink
-
autoUpdateMode
protected AndroidManagedStoreAutoUpdateMode autoUpdateMode
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMobileAppAssignmentSettings
-
getAndroidManagedStoreAppTrackIds
public com.github.davidmoten.odata.client.CollectionPage<String> getAndroidManagedStoreAppTrackIds()
“The track IDs to enable for this app assignment.”- Returns:
- property androidManagedStoreAppTrackIds
-
getAndroidManagedStoreAppTrackIds
public com.github.davidmoten.odata.client.CollectionPage<String> getAndroidManagedStoreAppTrackIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The track IDs to enable for this app assignment.”- Parameters:
options- specify connect and read timeouts- Returns:
- property androidManagedStoreAppTrackIds
-
getAutoUpdateMode
public Optional<AndroidManagedStoreAutoUpdateMode> getAutoUpdateMode()
“The prioritization of automatic updates for this app assignment.”- Returns:
- property autoUpdateMode
-
withAutoUpdateMode
public AndroidManagedStoreAppAssignmentSettings withAutoUpdateMode(AndroidManagedStoreAutoUpdateMode autoUpdateMode)
Returns an immutable copy ofthiswith just theautoUpdateModefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The prioritization of automatic updates for this app assignment.”
- Parameters:
autoUpdateMode- new value ofautoUpdateModefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theautoUpdateModefield changed
-
withUnmappedField
public AndroidManagedStoreAppAssignmentSettings withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classMobileAppAssignmentSettings
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classMobileAppAssignmentSettings
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classMobileAppAssignmentSettings
-
builderAndroidManagedStoreAppAssignmentSettings
public static AndroidManagedStoreAppAssignmentSettings.Builder builderAndroidManagedStoreAppAssignmentSettings()
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 classMobileAppAssignmentSettings
-
-