public class WindowsPhone81AppX extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsPhone81AppX.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsArchitecture |
applicableArchitectures |
protected String |
identityName |
protected String |
identityPublisherHash |
protected String |
identityResourceIdentifier |
protected String |
identityVersion |
protected WindowsMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
phoneProductIdentifier |
protected String |
phonePublisherId |
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 |
WindowsPhone81AppX() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPhone81AppX.Builder |
builderWindowsPhone81AppX()
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<WindowsMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
Optional<String> |
getPhoneProductIdentifier()
“The Phone Product Identifier.”
|
Optional<String> |
getPhonePublisherId()
“The Phone Publisher Id.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsPhone81AppX |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhone81AppX |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhone81AppX |
withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsPhone81AppX |
withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
WindowsPhone81AppX |
withIdentityPublisherHash(String identityPublisherHash)
Returns an immutable copy of
this with just the identityPublisherHash field changed. |
WindowsPhone81AppX |
withIdentityResourceIdentifier(String identityResourceIdentifier)
Returns an immutable copy of
this with just the identityResourceIdentifier field changed. |
WindowsPhone81AppX |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsPhone81AppX |
withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
WindowsPhone81AppX |
withPhoneProductIdentifier(String phoneProductIdentifier)
Returns an immutable copy of
this with just the phoneProductIdentifier field changed. |
WindowsPhone81AppX |
withPhonePublisherId(String phonePublisherId)
Returns an immutable copy of
this with just the phonePublisherId
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 String identityName
protected String identityPublisherHash
protected String identityResourceIdentifier
protected WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
protected String phoneProductIdentifier
protected String phonePublisherId
protected String identityVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileLobApppublic static WindowsPhone81AppX.Builder builderWindowsPhone81AppX()
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 WindowsPhone81AppX 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 WindowsPhone81AppX 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 WindowsPhone81AppX 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 WindowsPhone81AppX 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<WindowsMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public WindowsPhone81AppX 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> getPhoneProductIdentifier()
public WindowsPhone81AppX withPhoneProductIdentifier(String phoneProductIdentifier)
this with just the phoneProductIdentifier 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 Phone Product Identifier.”
phoneProductIdentifier - new value of phoneProductIdentifier field (as defined in service metadata)this with just the phoneProductIdentifier field changedpublic Optional<String> getPhonePublisherId()
public WindowsPhone81AppX withPhonePublisherId(String phonePublisherId)
this with just the phonePublisherId
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 Phone Publisher Id.”
phonePublisherId - new value of phonePublisherId field (as defined in service metadata)this with just the phonePublisherId field changedpublic Optional<String> getIdentityVersion()
public WindowsPhone81AppX 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 WindowsPhone81AppX 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 WindowsPhone81AppX 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.