| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsAppX |
WindowsAppX.Builder.build() |
WindowsAppX |
WindowsAppX.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsAppX |
WindowsAppX.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsAppX |
WindowsAppX.withApplicableArchitectures(WindowsArchitecture applicableArchitectures)
Returns an immutable copy of
this with just the applicableArchitectures field changed. |
WindowsAppX |
WindowsAppX.withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
WindowsAppX |
WindowsAppX.withIdentityPublisherHash(String identityPublisherHash)
Returns an immutable copy of
this with just the identityPublisherHash field changed. |
WindowsAppX |
WindowsAppX.withIdentityResourceIdentifier(String identityResourceIdentifier)
Returns an immutable copy of
this with just the identityResourceIdentifier field changed. |
WindowsAppX |
WindowsAppX.withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsAppX |
WindowsAppX.withIsBundle(Boolean isBundle)
Returns an immutable copy of
this with just the isBundle field
changed. |
WindowsAppX |
WindowsAppX.withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
Copyright © 2018–2020. All rights reserved.