Uses of Class
odata.msgraph.client.beta.complex.ChromeOSDeviceProperty.Builder
-
Packages that use ChromeOSDeviceProperty.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ChromeOSDeviceProperty.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ChromeOSDeviceProperty.Builder Modifier and Type Method Description static ChromeOSDeviceProperty.BuilderChromeOSDeviceProperty. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ChromeOSDeviceProperty.BuilderChromeOSDeviceProperty.Builder. name(String name)“Name of the property”ChromeOSDeviceProperty.BuilderChromeOSDeviceProperty.Builder. updatable(Boolean updatable)“Whether this property is updatable”ChromeOSDeviceProperty.BuilderChromeOSDeviceProperty.Builder. value(String value)“Value of the property”ChromeOSDeviceProperty.BuilderChromeOSDeviceProperty.Builder. valueType(String valueType)“Type of the value”
-