Uses of Class
odata.msgraph.client.beta.complex.WindowsPackageInformation
-
Packages that use WindowsPackageInformation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsPackageInformation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsPackageInformation Modifier and Type Method Description WindowsPackageInformationWindowsPackageInformation.Builder. build()WindowsPackageInformationWindowsPackageInformation. withApplicableArchitecture(WindowsArchitecture applicableArchitecture)Returns an immutable copy ofthiswith just theapplicableArchitecturefield changed.WindowsPackageInformationWindowsPackageInformation. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsPackageInformationWindowsPackageInformation. withIdentityName(String identityName)Returns an immutable copy ofthiswith just theidentityNamefield changed.WindowsPackageInformationWindowsPackageInformation. withIdentityPublisher(String identityPublisher)Returns an immutable copy ofthiswith just theidentityPublisherfield changed.WindowsPackageInformationWindowsPackageInformation. withIdentityResourceIdentifier(String identityResourceIdentifier)Returns an immutable copy ofthiswith just theidentityResourceIdentifierfield changed.WindowsPackageInformationWindowsPackageInformation. withIdentityVersion(String identityVersion)Returns an immutable copy ofthiswith just theidentityVersionfield changed.WindowsPackageInformationWindowsPackageInformation. withMinimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)Returns an immutable copy ofthiswith just theminimumSupportedOperatingSystemfield changed.WindowsPackageInformationWindowsPackageInformation. withUnmappedField(String name, String value) -
Uses of WindowsPackageInformation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type WindowsPackageInformation Modifier and Type Field Description protected List<WindowsPackageInformation>WindowsPhone81AppXBundle. appXPackageInformationListMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsPackageInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsPackageInformation>WindowsPhone81AppXBundle. getAppXPackageInformationList()“The list of AppX Package Information.”com.github.davidmoten.odata.client.CollectionPage<WindowsPackageInformation>WindowsPhone81AppXBundle. getAppXPackageInformationList(com.github.davidmoten.odata.client.HttpRequestOptions options)“The list of AppX Package Information.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsPackageInformation Modifier and Type Method Description WindowsPhone81AppXBundle.BuilderWindowsPhone81AppXBundle.Builder. appXPackageInformationList(WindowsPackageInformation... appXPackageInformationList)“The list of AppX Package Information.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type WindowsPackageInformation Modifier and Type Method Description WindowsPhone81AppXBundle.BuilderWindowsPhone81AppXBundle.Builder. appXPackageInformationList(List<WindowsPackageInformation> appXPackageInformationList)“The list of AppX Package Information.”WindowsPhone81AppXBundleWindowsPhone81AppXBundle. withAppXPackageInformationList(List<WindowsPackageInformation> appXPackageInformationList)Returns an immutable copy ofthiswith just theappXPackageInformationListfield changed.
-