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