Uses of Class
odata.msgraph.client.beta.complex.ChromeOSDeviceProperty
-
Packages that use ChromeOSDeviceProperty Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ChromeOSDeviceProperty in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ChromeOSDeviceProperty Modifier and Type Method Description ChromeOSDevicePropertyChromeOSDeviceProperty.Builder. build()ChromeOSDevicePropertyChromeOSDeviceProperty. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.ChromeOSDevicePropertyChromeOSDeviceProperty. withUnmappedField(String name, String value)ChromeOSDevicePropertyChromeOSDeviceProperty. withUpdatable(Boolean updatable)Returns an immutable copy ofthiswith just theupdatablefield changed.ChromeOSDevicePropertyChromeOSDeviceProperty. withValue(String value)Returns an immutable copy ofthiswith just thevaluefield changed.ChromeOSDevicePropertyChromeOSDeviceProperty. withValueType(String valueType)Returns an immutable copy ofthiswith just thevalueTypefield changed. -
Uses of ChromeOSDeviceProperty in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ChromeOSDeviceProperty Modifier and Type Field Description protected List<ChromeOSDeviceProperty>ManagedDevice. chromeOSDeviceInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type ChromeOSDeviceProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ChromeOSDeviceProperty>ManagedDevice. getChromeOSDeviceInfo()“List of properties of the ChromeOS Device.”com.github.davidmoten.odata.client.CollectionPage<ChromeOSDeviceProperty>ManagedDevice. getChromeOSDeviceInfo(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of properties of the ChromeOS Device.”Methods in odata.msgraph.client.beta.entity with parameters of type ChromeOSDeviceProperty Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. chromeOSDeviceInfo(ChromeOSDeviceProperty... chromeOSDeviceInfo)“List of properties of the ChromeOS Device.”WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. chromeOSDeviceInfo(ChromeOSDeviceProperty... chromeOSDeviceInfo)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ChromeOSDeviceProperty Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. chromeOSDeviceInfo(List<ChromeOSDeviceProperty> chromeOSDeviceInfo)“List of properties of the ChromeOS Device.”WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. chromeOSDeviceInfo(List<ChromeOSDeviceProperty> chromeOSDeviceInfo)ManagedDeviceManagedDevice. withChromeOSDeviceInfo(List<ChromeOSDeviceProperty> chromeOSDeviceInfo)Returns an immutable copy ofthiswith just thechromeOSDeviceInfofield changed.
-