Uses of Class
technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoDataset
-
Packages that use IpInfoDataset Package Description technology.dice.dicewhere.downloader.actions.ipinfo -
-
Uses of IpInfoDataset in technology.dice.dicewhere.downloader.actions.ipinfo
Fields in technology.dice.dicewhere.downloader.actions.ipinfo declared as IpInfoDataset Modifier and Type Field Description protected IpInfoDatasetIpInfoBaseDownload. datasetMethods in technology.dice.dicewhere.downloader.actions.ipinfo that return IpInfoDataset Modifier and Type Method Description static IpInfoDatasetIpInfoDataset. valueOf(String name)Returns the enum constant of this type with the specified name.static IpInfoDataset[]IpInfoDataset. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in technology.dice.dicewhere.downloader.actions.ipinfo with parameters of type IpInfoDataset Constructor Description DownloadIpInfoS3(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination)DownloadIpInfoS3(S3ClientConfig s3ClientConfig, boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination)DownloadIpInfoSite(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String token, String destination)IpInfoBaseDownload(boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format)
-