Uses of Class
org.gcube.datatransfer.resolver.gis.GeonetworkAccessParameter.AccountType
-
Packages that use GeonetworkAccessParameter.AccountType Package Description org.gcube.datatransfer.resolver.gis -
-
Uses of GeonetworkAccessParameter.AccountType in org.gcube.datatransfer.resolver.gis
Methods in org.gcube.datatransfer.resolver.gis that return GeonetworkAccessParameter.AccountType Modifier and Type Method Description static GeonetworkAccessParameter.AccountTypeGeonetworkAccessParameter.AccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeonetworkAccessParameter.AccountType[]GeonetworkAccessParameter.AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.datatransfer.resolver.gis with parameters of type GeonetworkAccessParameter.AccountType Modifier and Type Method Description GeonetworkInstanceGeonetworkAccessParameter. getGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType)GeonetworkInstanceGeonetworkServiceInterface. getGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType)Gets the geonetwork instance.
-