public class MicrosoftStoreForBusinessContainedApp extends MobileContainedApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MicrosoftStoreForBusinessContainedApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appUserModelId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MicrosoftStoreForBusinessContainedApp() |
| Modifier and Type | Method and Description |
|---|---|
static MicrosoftStoreForBusinessContainedApp.Builder |
builderMicrosoftStoreForBusinessContainedApp()
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 MicrosoftStoreForBusinessApp.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MicrosoftStoreForBusinessContainedApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MicrosoftStoreForBusinessContainedApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MicrosoftStoreForBusinessContainedApp |
withAppUserModelId(String appUserModelId)
Returns an immutable copy of
this with just the appUserModelId
field changed. |
protected String appUserModelId
protected MicrosoftStoreForBusinessContainedApp()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileContainedApppublic static MicrosoftStoreForBusinessContainedApp.Builder builderMicrosoftStoreForBusinessContainedApp()
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 MicrosoftStoreForBusinessContainedApp 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 MicrosoftStoreForBusinessApp.”
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 MicrosoftStoreForBusinessContainedApp 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 MicrosoftStoreForBusinessContainedApp 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.