public class Windows81WifiImportConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows81WifiImportConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
payload |
protected String |
payloadFileName |
protected String |
profileName |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows81WifiImportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static Windows81WifiImportConfiguration.Builder |
builderWindows81WifiImportConfiguration()
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 (*.xml).”
|
Optional<String> |
getProfileName()
“Profile name displayed in the UI.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Windows81WifiImportConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows81WifiImportConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows81WifiImportConfiguration |
withPayload(byte[] payload)
Returns an immutable copy of
this with just the payload field
changed. |
Windows81WifiImportConfiguration |
withPayloadFileName(String payloadFileName)
Returns an immutable copy of
this with just the payloadFileName
field changed. |
Windows81WifiImportConfiguration |
withProfileName(String profileName)
Returns an immutable copy of
this with just the profileName
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 payloadFileName
protected String profileName
protected byte[] payload
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static Windows81WifiImportConfiguration.Builder builderWindows81WifiImportConfiguration()
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> getPayloadFileName()
public Windows81WifiImportConfiguration 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 (*.xml).”
payloadFileName - new value of payloadFileName field (as defined in service metadata)this with just the payloadFileName field changedpublic Optional<String> getProfileName()
public Windows81WifiImportConfiguration withProfileName(String profileName)
this with just the profileName
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.
“Profile name displayed in the UI.”
profileName - new value of profileName field (as defined in service metadata)this with just the profileName field changedpublic Optional<byte[]> getPayload()
public Windows81WifiImportConfiguration 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). This is the XML file saved on the device you used to connect to the Wi-Fi endpoint.”
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 Windows81WifiImportConfiguration 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 Windows81WifiImportConfiguration 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.