public class WindowsManagementApp extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsManagementApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
availableVersion |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsManagementApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsManagementApp.Builder |
builderWindowsManagementApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAvailableVersion()
“Windows management app available version.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
WindowsManagementAppHealthStateCollectionRequest |
getHealthStates()
“The list of health states for installed Windows management app.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsManagementApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsManagementApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsManagementApp |
withAvailableVersion(String availableVersion)
Returns an immutable copy of
this with just the availableVersion
field changed. |
protected String availableVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WindowsManagementApp.Builder builderWindowsManagementApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<String> getAvailableVersion()
public WindowsManagementApp withAvailableVersion(String availableVersion)
this with just the availableVersion
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.
“Windows management app available version.”
availableVersion - new value of availableVersion field (as defined in service metadata)this with just the availableVersion field changedpublic WindowsManagementAppHealthStateCollectionRequest getHealthStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WindowsManagementApp patch()
this with changed fields reset.public WindowsManagementApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.