Uses of Class
odata.msgraph.client.beta.windows.updates.entity.CatalogEntry
-
Packages that use CatalogEntry Package Description odata.msgraph.client.beta.windows.updates.entity -
-
Uses of CatalogEntry in odata.msgraph.client.beta.windows.updates.entity
Subclasses of CatalogEntry in odata.msgraph.client.beta.windows.updates.entity Modifier and Type Class Description classFeatureUpdateCatalogEntryclassQualityUpdateCatalogEntryclassSoftwareUpdateCatalogEntryMethods in odata.msgraph.client.beta.windows.updates.entity that return CatalogEntry Modifier and Type Method Description CatalogEntryCatalogEntry. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CatalogEntryCatalogEntry. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CatalogEntryCatalogEntry. withDeployableUntilDateTime(OffsetDateTime deployableUntilDateTime)CatalogEntryCatalogEntry. withDisplayName(String displayName)CatalogEntryCatalogEntry. withReleaseDateTime(OffsetDateTime releaseDateTime)CatalogEntryCatalogEntry. withUnmappedField(String name, String value)
-