Package org.apache.camel.component.dhis2
Class Dhis2GetEndpointConfiguration
java.lang.Object
org.apache.camel.component.dhis2.Dhis2Configuration
org.apache.camel.component.dhis2.Dhis2GetEndpointConfiguration
@ApiParams(apiName="get",description="",apiMethods={@ApiMethod(methodName="collection",signatures="java.util.Iterator<org.apache.camel.component.dhis2.api.Dhis2Resource> collection(String path, String arrayName, Boolean paging, String fields, java.util.List<String> filter, org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, java.util.Map<String, Object> queryParams)"),@ApiMethod(methodName="resource",signatures="java.io.InputStream resource(String path, String fields, java.util.List<String> filter, org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, java.util.Map<String, Object> queryParams)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class Dhis2GetEndpointConfiguration
extends Dhis2Configuration
Camel endpoint configuration for
Dhis2Get.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()org.apache.camel.component.dhis2.api.RootJunctionEnumvoidsetArrayName(String arrayName) voidvoidvoidvoidvoidsetQueryParams(Map<String, Object> queryParams) voidsetRootJunction(org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction) 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
-
Dhis2GetEndpointConfiguration
public Dhis2GetEndpointConfiguration()
-
-
Method Details
-
getArrayName
-
setArrayName
-
getFields
-
setFields
-
getFilter
-
setFilter
-
getPaging
-
setPaging
-
getPath
-
setPath
-
getQueryParams
-
setQueryParams
-
getRootJunction
public org.apache.camel.component.dhis2.api.RootJunctionEnum getRootJunction() -
setRootJunction
public void setRootJunction(org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction)
-