Uses of Class
org.openstack4j.model.telemetry.Alarm.AlarmChange.ChangeType
-
Packages that use Alarm.AlarmChange.ChangeType Package Description org.openstack4j.model.telemetry -
-
Uses of Alarm.AlarmChange.ChangeType in org.openstack4j.model.telemetry
Methods in org.openstack4j.model.telemetry that return Alarm.AlarmChange.ChangeType Modifier and Type Method Description static Alarm.AlarmChange.ChangeTypeAlarm.AlarmChange.ChangeType. fromValue(String type)Alarm.AlarmChange.ChangeTypeAlarm.AlarmChange. getChangeType()static Alarm.AlarmChange.ChangeTypeAlarm.AlarmChange.ChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Alarm.AlarmChange.ChangeType[]Alarm.AlarmChange.ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.model.telemetry with parameters of type Alarm.AlarmChange.ChangeType Modifier and Type Method Description voidAlarm.AlarmChange. setChangeType(Alarm.AlarmChange.ChangeType changeType)
-