public class MobileLobApp extends MobileApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected String |
committedContentVersion |
protected String |
fileName |
protected Long |
size |
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 |
MobileLobApp() |
| 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() |
MobileLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MobileLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MobileLobApp |
withCommittedContentVersion(String committedContentVersion)
Returns an immutable copy of
this with just the committedContentVersion field changed. |
MobileLobApp |
withFileName(String fileName)
Returns an immutable copy of
this with just the fileName field
changed. |
MobileLobApp |
withSize(Long size)
Returns an immutable copy of
this with just the size 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, withUploadStateprotected String committedContentVersion
protected String fileName
protected Long size
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileApppublic 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 Optional<String> getCommittedContentVersion()
public MobileLobApp 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 MobileLobApp 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 MobileLobApp 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 MobileApppublic MobileLobApp patch()
this with changed fields reset.public MobileLobApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.