Uses of Class
org.telegram.abilitybots.api.objects.Locality
-
Packages that use Locality Package Description org.telegram.abilitybots.api.objects -
-
Uses of Locality in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return Locality Modifier and Type Method Description LocalityAbility. locality()static LocalityLocality. valueOf(String name)Returns the enum constant of this type with the specified name.static Locality[]Locality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.telegram.abilitybots.api.objects with parameters of type Locality Modifier and Type Method Description Ability.AbilityBuilderAbility.AbilityBuilder. locality(Locality type)
-