public class WindowsUniversalAppX extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsUniversalAppX.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsArchitecture |
applicableArchitectures |
protected WindowsDeviceType |
applicableDeviceTypes |
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 |
WindowsUniversalAppX() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUniversalAppX.Builder |
builderWindowsUniversalAppX()
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.”
|
Optional<WindowsDeviceType> |
getApplicableDeviceTypes()
“The Windows device type(s) for which this app can run on.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
MobileContainedAppCollectionRequest |
getCommittedContainedApps()
“The collection of contained apps in the committed mobileAppContent of a
windowsUniversalAppX app.”
|
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() |
WindowsUniversalAppX |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsUniversalAppX |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsUniversalAppX |
withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsUniversalAppX |
withApplicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)
Returns an immutable copy of
this with just the applicableDeviceTypes field changed. |
WindowsUniversalAppX |
withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
WindowsUniversalAppX |
withIdentityPublisherHash(String identityPublisherHash)
Returns an immutable copy of
this with just the identityPublisherHash field changed. |
WindowsUniversalAppX |
withIdentityResourceIdentifier(String identityResourceIdentifier)
Returns an immutable copy of
this with just the identityResourceIdentifier field changed. |
WindowsUniversalAppX |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsUniversalAppX |
withIsBundle(Boolean isBundle)
Returns an immutable copy of
this with just the isBundle field
changed. |
WindowsUniversalAppX |
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, getUploadState, getUserStatuses, updateRelationships, withCreatedDateTime, withDependentAppCount, withDescription, withDeveloper, withDisplayName, withInformationUrl, withIsAssigned, withIsFeatured, withLargeIcon, withLastModifiedDateTime, withNotes, withOwner, withPrivacyInformationUrl, withPublisher, withPublishingState, withUploadStateprotected WindowsArchitecture applicableArchitectures
protected WindowsDeviceType applicableDeviceTypes
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 WindowsUniversalAppX.Builder builderWindowsUniversalAppX()
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 WindowsUniversalAppX 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<WindowsDeviceType> getApplicableDeviceTypes()
public WindowsUniversalAppX withApplicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)
this with just the applicableDeviceTypes 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 device type(s) for which this app can run on.”
applicableDeviceTypes - new value of applicableDeviceTypes field (as defined in service metadata)this with just the applicableDeviceTypes field changedpublic Optional<String> getIdentityName()
public WindowsUniversalAppX 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 WindowsUniversalAppX 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 WindowsUniversalAppX 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 WindowsUniversalAppX 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 WindowsUniversalAppX 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 WindowsUniversalAppX 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 MobileContainedAppCollectionRequest getCommittedContainedApps()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileLobApppublic WindowsUniversalAppX 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 WindowsUniversalAppX 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.