public class WindowsAppXAppAssignmentSettings extends MobileAppAssignmentSettings implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsAppXAppAssignmentSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
useDeviceContext |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsAppXAppAssignmentSettings() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsAppXAppAssignmentSettings.Builder |
builderWindowsAppXAppAssignmentSettings()
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.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUseDeviceContext()
“Whether or not to use device execution context for Windows AppX mobile app.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsAppXAppAssignmentSettings |
withUseDeviceContext(Boolean useDeviceContext)
Returns an immutable copy of
this with just the useDeviceContext
field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean useDeviceContext
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileAppAssignmentSettingspublic Optional<Boolean> getUseDeviceContext()
public WindowsAppXAppAssignmentSettings withUseDeviceContext(Boolean useDeviceContext)
this with just the useDeviceContext
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 execution context for Windows AppX mobile app.”
useDeviceContext - new value of useDeviceContext field (as defined in service metadata)this with just the useDeviceContext 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 WindowsAppXAppAssignmentSettings.Builder builderWindowsAppXAppAssignmentSettings()
public String toString()
toString in class MobileAppAssignmentSettingsCopyright © 2018–2020. All rights reserved.