Uses of Class
odata.msgraph.client.enums.PrereleaseFeatures
-
Packages that use PrereleaseFeatures Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of PrereleaseFeatures in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PrereleaseFeatures Modifier and Type Field Description protected PrereleaseFeaturesWindowsUpdateForBusinessConfiguration. prereleaseFeaturesMethods in odata.msgraph.client.entity that return types with arguments of type PrereleaseFeatures Modifier and Type Method Description Optional<PrereleaseFeatures>WindowsUpdateForBusinessConfiguration. getPrereleaseFeatures()“The Pre-Release Features.Methods in odata.msgraph.client.entity with parameters of type PrereleaseFeatures Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. prereleaseFeatures(PrereleaseFeatures prereleaseFeatures)“The Pre-Release Features.WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withPrereleaseFeatures(PrereleaseFeatures prereleaseFeatures)Returns an immutable copy ofthiswith just theprereleaseFeaturesfield changed. -
Uses of PrereleaseFeatures in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrereleaseFeatures Modifier and Type Method Description static PrereleaseFeaturesPrereleaseFeatures. valueOf(String name)Returns the enum constant of this type with the specified name.static PrereleaseFeatures[]PrereleaseFeatures. values()Returns an array containing the constants of this enum type, in the order they are declared.
-