public class ManagedMobileLobApp extends ManagedApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected String |
committedContentVersion |
protected String |
fileName |
protected Long |
size |
appAvailability, versioncreatedDateTime, 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 |
ManagedMobileLobApp() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCommittedContentVersion()
“The internal committed content version.”
|
MobileAppContentCollectionRequest |
getContentVersions()
“The list of content versions for this app.”
|
Optional<String> |
getFileName()
“The name of the main Lob application file.”
|
Optional<Long> |
getSize()
“The total size, including all uploaded files.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ManagedMobileLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedMobileLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedMobileLobApp |
withCommittedContentVersion(String committedContentVersion)
Returns an immutable copy of
this with just the committedContentVersion field changed. |
ManagedMobileLobApp |
withFileName(String fileName)
Returns an immutable copy of
this with just the fileName field
changed. |
ManagedMobileLobApp |
withSize(Long size)
Returns an immutable copy of
this with just the size field
changed. |
getAppAvailability, getVersion, withAppAvailability, withVersionassign, 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, withUploadStateprotected String committedContentVersion
protected String fileName
protected Long size
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedApppublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedApppublic Optional<String> getCommittedContentVersion()
public ManagedMobileLobApp withCommittedContentVersion(String committedContentVersion)
this with just the committedContentVersion 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 internal committed content version.”
committedContentVersion - new value of committedContentVersion field (as defined in service metadata)this with just the committedContentVersion field changedpublic Optional<String> getFileName()
public ManagedMobileLobApp withFileName(String fileName)
this with just the fileName 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 name of the main Lob application file.”
fileName - new value of fileName field (as defined in service metadata)this with just the fileName field changedpublic Optional<Long> getSize()
public ManagedMobileLobApp withSize(Long size)
this with just the size 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 total size, including all uploaded files.”
size - new value of size field (as defined in service metadata)this with just the size field changedpublic MobileAppContentCollectionRequest getContentVersions()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagedApppublic ManagedMobileLobApp patch()
this with changed fields reset.patch in class ManagedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ManagedMobileLobApp put()
this
with changed fields reset (they were ignored anyway).put in class ManagedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ManagedAppCopyright © 2018–2020. All rights reserved.