Interface IImportApiService
  
  Represents the REST HTTP service that provides NOTHING.
 
  
  
  Assembly: Relativity.Testing.Framework.Api.dll
  Syntax
  
    public interface IImportApiService
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NewImageImportJob()
  
  
  Declaration
  
    ImageImportBulkArtifactJob NewImageImportJob()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ImageImportBulkArtifactJob | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NewNativeDocumentImportJob()
  
  
  Declaration
  
    ImportBulkArtifactJob NewNativeDocumentImportJob()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ImportBulkArtifactJob | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NewProductionImportJob(Int32)
  
  
  Declaration
  
    ImageImportBulkArtifactJob NewProductionImportJob(int productionId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        productionId | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ImageImportBulkArtifactJob | 
         |