Uses of Class
ca.gc.cyber.ops.assemblyline.java.client.model.DownloadFileParams.Encoding
-
Packages that use DownloadFileParams.Encoding Package Description ca.gc.cyber.ops.assemblyline.java.client.model -
-
Uses of DownloadFileParams.Encoding in ca.gc.cyber.ops.assemblyline.java.client.model
Methods in ca.gc.cyber.ops.assemblyline.java.client.model that return DownloadFileParams.Encoding Modifier and Type Method Description static DownloadFileParams.EncodingDownloadFileParams.Encoding. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadFileParams.Encoding[]DownloadFileParams.Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-