Uses of Class
technology.dice.dicewhere.downloader.actions.ipinfo.IpInfoFormat
-
Packages that use IpInfoFormat Package Description technology.dice.dicewhere.downloader.actions.ipinfo -
-
Uses of IpInfoFormat in technology.dice.dicewhere.downloader.actions.ipinfo
Fields in technology.dice.dicewhere.downloader.actions.ipinfo declared as IpInfoFormat Modifier and Type Field Description protected IpInfoFormatIpInfoBaseDownload. formatMethods in technology.dice.dicewhere.downloader.actions.ipinfo that return IpInfoFormat Modifier and Type Method Description static IpInfoFormatIpInfoFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static IpInfoFormat[]IpInfoFormat. 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 IpInfoFormat 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)
-