public class IosVppAppAssignmentSettings extends MobileAppAssignmentSettings implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosVppAppAssignmentSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
uninstallOnDeviceRemoval |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
useDeviceLicensing |
protected String |
vpnConfigurationId |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosVppAppAssignmentSettings() |
| Modifier and Type | Method and Description |
|---|---|
static IosVppAppAssignmentSettings.Builder |
builderIosVppAppAssignmentSettings()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getUninstallOnDeviceRemoval()
“Whether or not to uninstall the app when device is removed from Intune.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUseDeviceLicensing()
“Whether or not to use device licensing.”
|
Optional<String> |
getVpnConfigurationId()
“The VPN Configuration Id to apply for this app.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosVppAppAssignmentSettings |
withUninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)
Returns an immutable copy of
this with just the uninstallOnDeviceRemoval field changed. |
IosVppAppAssignmentSettings |
withUseDeviceLicensing(Boolean useDeviceLicensing)
Returns an immutable copy of
this with just the useDeviceLicensing field changed. |
IosVppAppAssignmentSettings |
withVpnConfigurationId(String vpnConfigurationId)
Returns an immutable copy of
this with just the vpnConfigurationId field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean useDeviceLicensing
protected String vpnConfigurationId
protected Boolean uninstallOnDeviceRemoval
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileAppAssignmentSettingspublic Optional<Boolean> getUseDeviceLicensing()
public IosVppAppAssignmentSettings withUseDeviceLicensing(Boolean useDeviceLicensing)
this with just the useDeviceLicensing field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Whether or not to use device licensing.”
useDeviceLicensing - new value of useDeviceLicensing field (as defined in service metadata)this with just the useDeviceLicensing field changedpublic Optional<String> getVpnConfigurationId()
public IosVppAppAssignmentSettings withVpnConfigurationId(String vpnConfigurationId)
this with just the vpnConfigurationId field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The VPN Configuration Id to apply for this app.”
vpnConfigurationId - new value of vpnConfigurationId field (as defined in service metadata)this with just the vpnConfigurationId field changedpublic Optional<Boolean> getUninstallOnDeviceRemoval()
public IosVppAppAssignmentSettings withUninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)
this with just the uninstallOnDeviceRemoval field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.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.”
uninstallOnDeviceRemoval - new value of uninstallOnDeviceRemoval field (as defined in service metadata)this with just the uninstallOnDeviceRemoval field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileAppAssignmentSettingspublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileAppAssignmentSettingspublic static IosVppAppAssignmentSettings.Builder builderIosVppAppAssignmentSettings()
public String toString()
toString in class MobileAppAssignmentSettingsCopyright © 2018–2020. All rights reserved.