Uses of Class
odata.msgraph.client.beta.enums.CloudPcDeviceImageOsStatus
-
Packages that use CloudPcDeviceImageOsStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CloudPcDeviceImageOsStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcDeviceImageOsStatus Modifier and Type Field Description protected CloudPcDeviceImageOsStatusCloudPcDeviceImage. osStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcDeviceImageOsStatus Modifier and Type Method Description Optional<CloudPcDeviceImageOsStatus>CloudPcDeviceImage. getOsStatus()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcDeviceImageOsStatus Modifier and Type Method Description CloudPcDeviceImage.BuilderCloudPcDeviceImage.Builder. osStatus(CloudPcDeviceImageOsStatus osStatus)CloudPcDeviceImageCloudPcDeviceImage. withOsStatus(CloudPcDeviceImageOsStatus osStatus) -
Uses of CloudPcDeviceImageOsStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcDeviceImageOsStatus Modifier and Type Method Description static CloudPcDeviceImageOsStatusCloudPcDeviceImageOsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPcDeviceImageOsStatus[]CloudPcDeviceImageOsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-