public class WindowsAppX extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsAppX.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsArchitecture |
applicableArchitectures |
protected String |
identityName |
protected String |
identityPublisherHash |
protected String |
identityResourceIdentifier |
protected String |
identityVersion |
protected Boolean |
isBundle |
protected WindowsMinimumOperatingSystem |
minimumSupportedOperatingSystem |
committedContentVersion, fileName, sizecreatedDateTime, 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 |
WindowsAppX() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsAppX.Builder |
builderWindowsAppX()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<WindowsArchitecture> |
getApplicableArchitectures()
“The Windows architecture(s) for which this app can run on.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getIdentityName()
“The Identity Name.”
|
Optional<String> |
getIdentityPublisherHash()
“The Identity Publisher Hash.”
|
Optional<String> |
getIdentityResourceIdentifier()
“The Identity Resource Identifier.”
|
Optional<String> |
getIdentityVersion()
“The identity version.”
|
Optional<Boolean> |
getIsBundle()
“Whether or not the app is a bundle.”
|
Optional<WindowsMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsAppX |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsAppX |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsAppX |
withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsAppX |
withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
WindowsAppX |
withIdentityPublisherHash(String identityPublisherHash)
Returns an immutable copy of
this with just the identityPublisherHash field changed. |
WindowsAppX |
withIdentityResourceIdentifier(String identityResourceIdentifier)
Returns an immutable copy of
this with just the identityResourceIdentifier field changed. |
WindowsAppX |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsAppX |
withIsBundle(Boolean isBundle)
Returns an immutable copy of
this with just the isBundle field
changed. |
WindowsAppX |
withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
getCommittedContentVersion, getContentVersions, getFileName, getSize, withCommittedContentVersion, withFileName, withSizeassign, 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 WindowsArchitecture applicableArchitectures
protected String identityName
protected String identityPublisherHash
protected String identityResourceIdentifier
protected Boolean isBundle
protected WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
protected String identityVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileLobApppublic static WindowsAppX.Builder builderWindowsAppX()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MobileLobApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileLobApppublic Optional<WindowsArchitecture> getApplicableArchitectures()
public WindowsAppX withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
this with just the applicableArchitectures 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 Windows architecture(s) for which this app can run on.”
applicableArchitectures - new value of applicableArchitectures field (as defined in service metadata)this with just the applicableArchitectures field changedpublic Optional<String> getIdentityName()
public WindowsAppX withIdentityName(String identityName)
this with just the identityName
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 Identity Name.”
identityName - new value of identityName field (as defined in service metadata)this with just the identityName field changedpublic Optional<String> getIdentityPublisherHash()
public WindowsAppX withIdentityPublisherHash(String identityPublisherHash)
this with just the identityPublisherHash 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 Identity Publisher Hash.”
identityPublisherHash - new value of identityPublisherHash field (as defined in service metadata)this with just the identityPublisherHash field changedpublic Optional<String> getIdentityResourceIdentifier()
public WindowsAppX withIdentityResourceIdentifier(String identityResourceIdentifier)
this with just the identityResourceIdentifier 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 Identity Resource Identifier.”
identityResourceIdentifier - new value of identityResourceIdentifier field (as defined in service metadata)this with just the identityResourceIdentifier field changedpublic Optional<Boolean> getIsBundle()
public WindowsAppX withIsBundle(Boolean isBundle)
this with just the isBundle 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 the app is a bundle.”
isBundle - new value of isBundle field (as defined in service metadata)this with just the isBundle field changedpublic Optional<WindowsMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public WindowsAppX withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
this with just the minimumSupportedOperatingSystem 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 value for the minimum applicable operating system.”
minimumSupportedOperatingSystem - new value of minimumSupportedOperatingSystem field (as defined in service metadata)this with just the minimumSupportedOperatingSystem field changedpublic Optional<String> getIdentityVersion()
public WindowsAppX withIdentityVersion(String identityVersion)
this with just the identityVersion
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 identity version.”
identityVersion - new value of identityVersion field (as defined in service metadata)this with just the identityVersion field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileLobApppublic WindowsAppX patch()
this with changed fields reset.patch in class MobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WindowsAppX put()
this
with changed fields reset (they were ignored anyway).put in class MobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MobileLobAppCopyright © 2018–2020. All rights reserved.