public class IosMobileAppConfiguration extends ManagedDeviceMobileAppConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosMobileAppConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
encodedSettingXml |
protected List<AppConfigurationSettingItem> |
settings |
protected String |
settingsNextLink |
createdDateTime, description, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, targetedMobileApps, targetedMobileAppsNextLink, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosMobileAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static IosMobileAppConfiguration.Builder |
builderIosMobileAppConfiguration()
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.internal.ChangedFields |
getChangedFields() |
Optional<byte[]> |
getEncodedSettingXml()
“mdm app configuration Base64 binary.”
|
com.github.davidmoten.odata.client.CollectionPage<AppConfigurationSettingItem> |
getSettings()
“app configuration setting items.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosMobileAppConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosMobileAppConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosMobileAppConfiguration |
withEncodedSettingXml(byte[] encodedSettingXml)
Returns an immutable copy of
this with just the encodedSettingXml
field changed. |
assign, getAssignments, getCreatedDateTime, getDescription, getDeviceStatuses, getDeviceStatusSummary, getDisplayName, getLastModifiedDateTime, getRoleScopeTagIds, getTargetedMobileApps, getUserStatuses, getUserStatusSummary, getVersion, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedDateTime, withVersionprotected byte[] encodedSettingXml
protected List<AppConfigurationSettingItem> settings
protected String settingsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedDeviceMobileAppConfigurationpublic static IosMobileAppConfiguration.Builder builderIosMobileAppConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedDeviceMobileAppConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedDeviceMobileAppConfigurationpublic Optional<byte[]> getEncodedSettingXml()
public IosMobileAppConfiguration withEncodedSettingXml(byte[] encodedSettingXml)
this with just the encodedSettingXml
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.
“mdm app configuration Base64 binary.”
encodedSettingXml - new value of encodedSettingXml field (as defined in service metadata)this with just the encodedSettingXml field changedpublic com.github.davidmoten.odata.client.CollectionPage<AppConfigurationSettingItem> getSettings()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagedDeviceMobileAppConfigurationpublic IosMobileAppConfiguration patch()
this with changed fields reset.patch in class ManagedDeviceMobileAppConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IosMobileAppConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class ManagedDeviceMobileAppConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ManagedDeviceMobileAppConfigurationCopyright © 2018–2020. All rights reserved.