Uses of Class
com.uc4.api.objects.CurrentTimeCondition.When
-
Packages that use CurrentTimeCondition.When Package Description com.uc4.api.objects -
-
Uses of CurrentTimeCondition.When in com.uc4.api.objects
Methods in com.uc4.api.objects that return CurrentTimeCondition.When Modifier and Type Method Description CurrentTimeCondition.When
CurrentTimeCondition. getWhen()
static CurrentTimeCondition.When
CurrentTimeCondition.When. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CurrentTimeCondition.When[]
CurrentTimeCondition.When. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type CurrentTimeCondition.When Modifier and Type Method Description void
CurrentTimeCondition. setWhen(CurrentTimeCondition.When when)
-