Uses of Class
odata.msgraph.client.beta.windows.updates.entity.FeatureUpdateCatalogEntry.Builder
-
Packages that use FeatureUpdateCatalogEntry.Builder Package Description odata.msgraph.client.beta.windows.updates.entity -
-
Uses of FeatureUpdateCatalogEntry.Builder in odata.msgraph.client.beta.windows.updates.entity
Methods in odata.msgraph.client.beta.windows.updates.entity that return FeatureUpdateCatalogEntry.Builder Modifier and Type Method Description static FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry. builderFeatureUpdateCatalogEntry()Returns a builder which is used to create a new instance of this class (given that this class is immutable).FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry.Builder. deployableUntilDateTime(OffsetDateTime deployableUntilDateTime)FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry.Builder. displayName(String displayName)FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry.Builder. id(String id)FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry.Builder. releaseDateTime(OffsetDateTime releaseDateTime)FeatureUpdateCatalogEntry.BuilderFeatureUpdateCatalogEntry.Builder. version(String version)
-