public class IosCustomConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosCustomConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
payload |
protected String |
payloadFileName |
protected String |
payloadName |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosCustomConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static IosCustomConfiguration.Builder |
builderIosCustomConfiguration()
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[]> |
getPayload()
“Payload.
|
Optional<String> |
getPayloadFileName()
“Payload file name (*.mobileconfig | *.xml).”
|
Optional<String> |
getPayloadName()
“Name that is displayed to the user.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosCustomConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosCustomConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosCustomConfiguration |
withPayload(byte[] payload)
Returns an immutable copy of
this with just the payload field
changed. |
IosCustomConfiguration |
withPayloadFileName(String payloadFileName)
Returns an immutable copy of
this with just the payloadFileName
field changed. |
IosCustomConfiguration |
withPayloadName(String payloadName)
Returns an immutable copy of
this with just the payloadName
field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected String payloadName
protected String payloadFileName
protected byte[] payload
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static IosCustomConfiguration.Builder builderIosCustomConfiguration()
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> getPayloadName()
public IosCustomConfiguration withPayloadName(String payloadName)
this with just the payloadName
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.
“Name that is displayed to the user.”
payloadName - new value of payloadName field (as defined in service metadata)this with just the payloadName field changedpublic Optional<String> getPayloadFileName()
public IosCustomConfiguration withPayloadFileName(String payloadFileName)
this with just the payloadFileName
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.
“Payload file name (*.mobileconfig | *.xml).”
payloadFileName - new value of payloadFileName field (as defined in service metadata)this with just the payloadFileName field changedpublic Optional<byte[]> getPayload()
public IosCustomConfiguration withPayload(byte[] payload)
this with just the payload 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.
“Payload. (UTF8 encoded byte array)”
payload - new value of payload field (as defined in service metadata)this with just the payload field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic IosCustomConfiguration 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 IosCustomConfiguration 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.