public class MacOSCustomAppConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSCustomAppConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundleId |
protected byte[] |
configurationXml |
protected String |
fileName |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSCustomAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSCustomAppConfiguration.Builder |
builderMacOSCustomAppConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBundleId()
“Bundle id for targeting.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<byte[]> |
getConfigurationXml()
“Configuration xml.
|
Optional<String> |
getFileName()
“Configuration file name (*.plist | *.xml).”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MacOSCustomAppConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSCustomAppConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MacOSCustomAppConfiguration |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
MacOSCustomAppConfiguration |
withConfigurationXml(byte[] configurationXml)
Returns an immutable copy of
this with just the configurationXml
field changed. |
MacOSCustomAppConfiguration |
withFileName(String fileName)
Returns an immutable copy of
this with just the fileName field
changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected String bundleId
protected String fileName
protected byte[] configurationXml
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static MacOSCustomAppConfiguration.Builder builderMacOSCustomAppConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<String> getBundleId()
public MacOSCustomAppConfiguration withBundleId(String bundleId)
this with just the bundleId 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.
“Bundle id for targeting.”
bundleId - new value of bundleId field (as defined in service metadata)this with just the bundleId field changedpublic Optional<String> getFileName()
public MacOSCustomAppConfiguration withFileName(String fileName)
this with just the fileName 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.
“Configuration file name (*.plist | *.xml).”
fileName - new value of fileName field (as defined in service metadata)this with just the fileName field changedpublic Optional<byte[]> getConfigurationXml()
public MacOSCustomAppConfiguration withConfigurationXml(byte[] configurationXml)
this with just the configurationXml
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.
“Configuration xml. (UTF8 encoded byte array)”
configurationXml - new value of configurationXml field (as defined in service metadata)this with just the configurationXml field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic MacOSCustomAppConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSCustomAppConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.