Uses of Class
odata.msgraph.client.beta.entity.WindowsUpdateCatalogItem
-
Packages that use WindowsUpdateCatalogItem Package Description odata.msgraph.client.beta.entity -
-
Uses of WindowsUpdateCatalogItem in odata.msgraph.client.beta.entity
Subclasses of WindowsUpdateCatalogItem in odata.msgraph.client.beta.entity Modifier and Type Class Description classWindowsFeatureUpdateCatalogItem“Windows update catalog item entity”classWindowsQualityUpdateCatalogItem“Windows update catalog item entity”Methods in odata.msgraph.client.beta.entity that return WindowsUpdateCatalogItem Modifier and Type Method Description WindowsUpdateCatalogItemWindowsUpdateCatalogItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WindowsUpdateCatalogItemWindowsUpdateCatalogItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WindowsUpdateCatalogItemWindowsUpdateCatalogItem. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsUpdateCatalogItemWindowsUpdateCatalogItem. withEndOfSupportDate(OffsetDateTime endOfSupportDate)Returns an immutable copy ofthiswith just theendOfSupportDatefield changed.WindowsUpdateCatalogItemWindowsUpdateCatalogItem. withReleaseDateTime(OffsetDateTime releaseDateTime)Returns an immutable copy ofthiswith just thereleaseDateTimefield changed.WindowsUpdateCatalogItemWindowsUpdateCatalogItem. withUnmappedField(String name, String value)
-