Class S3ExportRequest

java.lang.Object

public class S3ExportRequest
extends TaskRequest
  • Constructor Summary

    Constructors
    Constructor Description
    S3ExportRequest()  
  • Method Summary

    Modifier and Type Method Description
    Operation getOperation()  
    S3ExportRequest setInput​(java.lang.String... input)  

    Methods inherited from class com.cloudconvert.dto.request.Request

    get, getProperty, set, setProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • S3ExportRequest

      public S3ExportRequest()
  • Method Details