Uses of Class
odata.msgraph.client.beta.enums.ChassisType
-
Packages that use ChassisType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ChassisType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ChassisType Modifier and Type Field Description protected ChassisTypeManagedDevice. chassisTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ChassisType Modifier and Type Method Description Optional<ChassisType>ManagedDevice. getChassisType()“Chassis type of the device.Methods in odata.msgraph.client.beta.entity with parameters of type ChassisType Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. chassisType(ChassisType chassisType)“Chassis type of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. chassisType(ChassisType chassisType)ManagedDeviceManagedDevice. withChassisType(ChassisType chassisType)Returns an immutable copy ofthiswith just thechassisTypefield changed. -
Uses of ChassisType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ChassisType Modifier and Type Method Description static ChassisTypeChassisType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChassisType[]ChassisType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-