public class WindowsPhoneXAP extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsPhoneXAP.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
identityVersion |
protected WindowsMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
productIdentifier |
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 |
WindowsPhoneXAP() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPhoneXAP.Builder |
builderWindowsPhoneXAP()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getIdentityVersion()
“The identity version.”
|
Optional<WindowsMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
Optional<String> |
getProductIdentifier()
“The Product Identifier.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsPhoneXAP |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhoneXAP |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhoneXAP |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsPhoneXAP |
withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
WindowsPhoneXAP |
withProductIdentifier(String productIdentifier)
Returns an immutable copy of
this with just the productIdentifier
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 WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
protected String productIdentifier
protected String identityVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileLobApppublic static WindowsPhoneXAP.Builder builderWindowsPhoneXAP()
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<WindowsMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public WindowsPhoneXAP 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> getProductIdentifier()
public WindowsPhoneXAP withProductIdentifier(String productIdentifier)
this with just the productIdentifier
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 Product Identifier.”
productIdentifier - new value of productIdentifier field (as defined in service metadata)this with just the productIdentifier field changedpublic Optional<String> getIdentityVersion()
public WindowsPhoneXAP 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 WindowsPhoneXAP 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 WindowsPhoneXAP 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.