Uses of Class
com.databricks.sdk.service.billing.DeliveryStatus
-
Packages that use DeliveryStatus Package Description com.databricks.sdk.service.billing -
-
Uses of DeliveryStatus in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return DeliveryStatus Modifier and Type Method Description DeliveryStatusLogDeliveryStatus. getStatus()static DeliveryStatusDeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStatus[]DeliveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.billing with parameters of type DeliveryStatus Modifier and Type Method Description LogDeliveryStatusLogDeliveryStatus. setStatus(DeliveryStatus status)
-