Class Dhis2PutEndpointConfiguration

java.lang.Object
org.apache.camel.component.dhis2.Dhis2Configuration
org.apache.camel.component.dhis2.Dhis2PutEndpointConfiguration

@ApiParams(apiName="put", description="", apiMethods=@ApiMethod(methodName="resource",signatures="java.io.InputStream resource(String path, Object resource, java.util.Map<String, Object> queryParams)"), aliases={}) @UriParams @Configurer(extended=true) public final class Dhis2PutEndpointConfiguration extends Dhis2Configuration
Camel endpoint configuration for Dhis2Put.
  • Constructor Details

    • Dhis2PutEndpointConfiguration

      public Dhis2PutEndpointConfiguration()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getQueryParams

      public Map<String,Object> getQueryParams()
    • setQueryParams

      public void setQueryParams(Map<String,Object> queryParams)
    • getResource

      public Object getResource()
    • setResource

      public void setResource(Object resource)