public class WebApp extends MobileApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WebApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appUrl |
protected Boolean |
useManagedBrowser |
createdDateTime, dependentAppCount, description, developer, displayName, informationUrl, isAssigned, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState, roleScopeTagIds, roleScopeTagIdsNextLink, uploadStatechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WebApp() |
| Modifier and Type | Method and Description |
|---|---|
static WebApp.Builder |
builderWebApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppUrl()
“The web app URL.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUseManagedBrowser()
“Whether or not to use managed browser.
|
String |
odataTypeName() |
WebApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WebApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WebApp |
withAppUrl(String appUrl)
Returns an immutable copy of
this with just the appUrl field
changed. |
WebApp |
withUseManagedBrowser(Boolean useManagedBrowser)
Returns an immutable copy of
this with just the useManagedBrowser
field changed. |
assign, getAssignments, getCategories, getCreatedDateTime, getDependentAppCount, getDescription, getDeveloper, getDeviceStatuses, getDisplayName, getInformationUrl, getInstallSummary, getIsAssigned, getIsFeatured, getLargeIcon, getLastModifiedDateTime, getNotes, getOwner, getPrivacyInformationUrl, getPublisher, getPublishingState, getRelatedAppStates, getRelationships, getRoleScopeTagIds, getRoleScopeTagIds, getUploadState, getUserStatuses, updateRelationships, withCreatedDateTime, withDependentAppCount, withDescription, withDeveloper, withDisplayName, withInformationUrl, withIsAssigned, withIsFeatured, withLargeIcon, withLastModifiedDateTime, withNotes, withOwner, withPrivacyInformationUrl, withPublisher, withPublishingState, withUploadStatepublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileApppublic static WebApp.Builder builderWebApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MobileApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileApppublic WebApp withAppUrl(String appUrl)
this with just the appUrl 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 web app URL.”
appUrl - new value of appUrl field (as defined in service metadata)this with just the appUrl field changedpublic Optional<Boolean> getUseManagedBrowser()
public WebApp withUseManagedBrowser(Boolean useManagedBrowser)
this with just the useManagedBrowser
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 managed browser. This property is only applicable for Android and IOS.”
useManagedBrowser - new value of useManagedBrowser field (as defined in service metadata)this with just the useManagedBrowser field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileApppublic WebApp patch()
this with changed fields reset.public WebApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.