Uses of Class
org.jclouds.packet.domain.BillingCycle
-
Packages that use BillingCycle Package Description org.jclouds.packet.domain -
-
Uses of BillingCycle in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return BillingCycle Modifier and Type Method Description static BillingCycle
BillingCycle. fromValue(String value)
static BillingCycle
BillingCycle. valueOf(String name)
Returns the enum constant of this type with the specified name.static BillingCycle[]
BillingCycle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-