Uses of Class
org.openstreetmap.josm.data.oauth.osm.OsmScopes
-
Packages that use OsmScopes Package Description org.openstreetmap.josm.data.oauth.osm Provides the classes for OAuth authentication to OSM. -
-
Uses of OsmScopes in org.openstreetmap.josm.data.oauth.osm
Methods in org.openstreetmap.josm.data.oauth.osm that return OsmScopes Modifier and Type Method Description static OsmScopesOsmScopes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OsmScopes[]OsmScopes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-