Package org.apache.camel.component.dhis2
Class Dhis2Configuration
java.lang.Object
org.apache.camel.component.dhis2.Dhis2Configuration
- Direct Known Subclasses:
Dhis2DeleteEndpointConfiguration,Dhis2GetEndpointConfiguration,Dhis2PostEndpointConfiguration,Dhis2PutEndpointConfiguration,Dhis2ResourceTablesEndpointConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hisp.dhis.integration.sdk.api.Dhis2ClientvoidsetApiName(Dhis2ApiName apiName) voidsetBaseApiUrl(String baseApiUrl) voidsetClient(org.hisp.dhis.integration.sdk.api.Dhis2Client dhis2Client) voidsetMethodName(String methodName) voidsetPassword(String password) voidsetPersonalAccessToken(String personalAccessToken) voidsetUsername(String username)
-
Constructor Details
-
Dhis2Configuration
public Dhis2Configuration()
-
-
Method Details
-
getBaseApiUrl
-
setBaseApiUrl
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getApiName
-
setApiName
-
getMethodName
-
getPersonalAccessToken
-
setPersonalAccessToken
-
setMethodName
-
getClient
public org.hisp.dhis.integration.sdk.api.Dhis2Client getClient() -
setClient
public void setClient(org.hisp.dhis.integration.sdk.api.Dhis2Client dhis2Client)
-