Class Dhis2ResourceTablesEndpointConfiguration

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

@ApiParams(apiName="resourceTables", description="", apiMethods=@ApiMethod(methodName="analytics",signatures="void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, Integer interval, Boolean async)"), aliases={}) @UriParams @Configurer(extended=true) public final class Dhis2ResourceTablesEndpointConfiguration extends Dhis2Configuration
Camel endpoint configuration for Dhis2ResourceTables.
  • Constructor Details

    • Dhis2ResourceTablesEndpointConfiguration

      public Dhis2ResourceTablesEndpointConfiguration()
  • Method Details

    • getAsync

      public Boolean getAsync()
    • setAsync

      public void setAsync(Boolean async)
    • getInterval

      public Integer getInterval()
    • setInterval

      public void setInterval(Integer interval)
    • getLastYears

      public Integer getLastYears()
    • setLastYears

      public void setLastYears(Integer lastYears)
    • getSkipAggregate

      public Boolean getSkipAggregate()
    • setSkipAggregate

      public void setSkipAggregate(Boolean skipAggregate)
    • getSkipEvents

      public Boolean getSkipEvents()
    • setSkipEvents

      public void setSkipEvents(Boolean skipEvents)