public class WindowsUniversalAppXContainedApp extends MobileContainedApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsUniversalAppXContainedApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appUserModelId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsUniversalAppXContainedApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUniversalAppXContainedApp.Builder |
builderWindowsUniversalAppXContainedApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppUserModelId()
“The app user model ID of the contained app of a WindowsUniversalAppX app.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsUniversalAppXContainedApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsUniversalAppXContainedApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsUniversalAppXContainedApp |
withAppUserModelId(String appUserModelId)
Returns an immutable copy of
this with just the appUserModelId
field changed. |
protected String appUserModelId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileContainedApppublic static WindowsUniversalAppXContainedApp.Builder builderWindowsUniversalAppXContainedApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MobileContainedApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileContainedApppublic Optional<String> getAppUserModelId()
public WindowsUniversalAppXContainedApp withAppUserModelId(String appUserModelId)
this with just the appUserModelId
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.
“The app user model ID of the contained app of a WindowsUniversalAppX app.”
appUserModelId - new value of appUserModelId field (as defined in service metadata)this with just the appUserModelId field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileContainedApppublic WindowsUniversalAppXContainedApp patch()
this with changed fields reset.patch in class MobileContainedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WindowsUniversalAppXContainedApp put()
this
with changed fields reset (they were ignored anyway).put in class MobileContainedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MobileContainedAppCopyright © 2018–2020. All rights reserved.