Class IosStoreAppAssignmentSettings
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MobileAppAssignmentSettings
-
- odata.msgraph.client.beta.complex.IosStoreAppAssignmentSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class IosStoreAppAssignmentSettings extends MobileAppAssignmentSettings implements com.github.davidmoten.odata.client.ODataType
“Contains properties used to assign an iOS Store mobile app to a group.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIosStoreAppAssignmentSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisRemovableprotected BooleanuninstallOnDeviceRemovalprotected StringvpnConfigurationId-
Fields inherited from class odata.msgraph.client.beta.complex.MobileAppAssignmentSettings
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIosStoreAppAssignmentSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IosStoreAppAssignmentSettings.BuilderbuilderIosStoreAppAssignmentSettings()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getIsRemovable()“Whether or not the app can be removed by the user.”Optional<Boolean>getUninstallOnDeviceRemoval()“Whether or not to uninstall the app when device is removed from Intune.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getVpnConfigurationId()“The VPN Configuration Id to apply for this app.”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IosStoreAppAssignmentSettingswithIsRemovable(Boolean isRemovable)Returns an immutable copy ofthiswith just theisRemovablefield changed.IosStoreAppAssignmentSettingswithUninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)Returns an immutable copy ofthiswith just theuninstallOnDeviceRemovalfield changed.IosStoreAppAssignmentSettingswithUnmappedField(String name, String value)IosStoreAppAssignmentSettingswithVpnConfigurationId(String vpnConfigurationId)Returns an immutable copy ofthiswith just thevpnConfigurationIdfield changed.
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMobileAppAssignmentSettings
-
getIsRemovable
public Optional<Boolean> getIsRemovable()
“Whether or not the app can be removed by the user.”- Returns:
- property isRemovable
-
withIsRemovable
public IosStoreAppAssignmentSettings withIsRemovable(Boolean isRemovable)
Returns an immutable copy ofthiswith just theisRemovablefield 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.“Whether or not the app can be removed by the user.”
- Parameters:
isRemovable- new value ofisRemovablefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theisRemovablefield changed
-
getUninstallOnDeviceRemoval
public Optional<Boolean> getUninstallOnDeviceRemoval()
“Whether or not to uninstall the app when device is removed from Intune.”- Returns:
- property uninstallOnDeviceRemoval
-
withUninstallOnDeviceRemoval
public IosStoreAppAssignmentSettings withUninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)
Returns an immutable copy ofthiswith just theuninstallOnDeviceRemovalfield 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.“Whether or not to uninstall the app when device is removed from Intune.”
- Parameters:
uninstallOnDeviceRemoval- new value ofuninstallOnDeviceRemovalfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theuninstallOnDeviceRemovalfield changed
-
getVpnConfigurationId
public Optional<String> getVpnConfigurationId()
“The VPN Configuration Id to apply for this app.”- Returns:
- property vpnConfigurationId
-
withVpnConfigurationId
public IosStoreAppAssignmentSettings withVpnConfigurationId(String vpnConfigurationId)
Returns an immutable copy ofthiswith just thevpnConfigurationIdfield 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 VPN Configuration Id to apply for this app.”
- Parameters:
vpnConfigurationId- new value ofvpnConfigurationIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thevpnConfigurationIdfield changed
-
withUnmappedField
public IosStoreAppAssignmentSettings 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
-
builderIosStoreAppAssignmentSettings
public static IosStoreAppAssignmentSettings.Builder builderIosStoreAppAssignmentSettings()
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
-
-