Class UrlExportRequest

java.lang.Object

public class UrlExportRequest
extends TaskRequest
  • Constructor Summary

    Constructors
    Constructor Description
    UrlExportRequest()  
  • Method Summary

    Modifier and Type Method Description
    Operation getOperation()  
    UrlExportRequest 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

    • UrlExportRequest

      public UrlExportRequest()
  • Method Details