Package org.apache.camel.component.dhis2
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsync()voidvoidsetInterval(Integer interval) voidsetLastYears(Integer lastYears) voidsetSkipAggregate(Boolean skipAggregate) voidsetSkipEvents(Boolean skipEvents) Methods inherited from class org.apache.camel.component.dhis2.Dhis2Configuration
getApiName, getBaseApiUrl, getClient, getMethodName, getPassword, getPersonalAccessToken, getUsername, setApiName, setBaseApiUrl, setClient, setMethodName, setPassword, setPersonalAccessToken, setUsername
-
Constructor Details
-
Dhis2ResourceTablesEndpointConfiguration
public Dhis2ResourceTablesEndpointConfiguration()
-
-
Method Details
-
getAsync
-
setAsync
-
getInterval
-
setInterval
-
getLastYears
-
setLastYears
-
getSkipAggregate
-
setSkipAggregate
-
getSkipEvents
-
setSkipEvents
-