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