Interface GetExport
-
- All Superinterfaces:
Export
- All Known Implementing Classes:
GetGafferResultCacheExport,GetJobResults,GetSetExport,ImportFromLocalFile
public interface GetExport extends Export
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>>
-
Field Summary
-
Fields inherited from interface uk.gov.gchq.gaffer.operation.export.Export
DEFAULT_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobId()voidsetJobId(String jobId)-
Methods inherited from interface uk.gov.gchq.gaffer.operation.export.Export
getKey, getKeyOrDefault, setKey
-
-