| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsPackageInformation |
WindowsPackageInformation.Builder.build() |
WindowsPackageInformation |
WindowsPackageInformation.withApplicableArchitecture(WindowsArchitecture applicableArchitecture)
Returns an immutable copy of
this with just the applicableArchitecture field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withIdentityPublisher(String identityPublisher)
Returns an immutable copy of
this with just the identityPublisher
field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withIdentityResourceIdentifier(String identityResourceIdentifier)
Returns an immutable copy of
this with just the identityResourceIdentifier field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
WindowsPackageInformation |
WindowsPackageInformation.withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsPackageInformation> |
WindowsPhone81AppXBundle.appXPackageInformationList |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsPackageInformation> |
WindowsPhone81AppXBundle.getAppXPackageInformationList()
“The list of AppX Package Information.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsPhone81AppXBundle.Builder |
WindowsPhone81AppXBundle.Builder.appXPackageInformationList(List<WindowsPackageInformation> appXPackageInformationList)
“The list of AppX Package Information.”
|
Copyright © 2018–2020. All rights reserved.