FormListRequest¶
-
public class
FormListRequestimplements Serializable¶ Represents a request for a form list to the Commcare HQ.
Methods¶
addQueryParams¶
-
public void
addQueryParams(URIBuilder uriBuilder)¶ Adds the params for this request to the
provided. Allows to easily add params for this query to a Commcare url.Parameters: - uriBuilder – the uri builder that should be used
getAppVersion¶
getReceivedOnEnd¶
getReceivedOnStart¶
getXmlns¶
isIncludeArchived¶
setAppVersion¶
setIncludeArchived¶
setPageNumber¶
setPageSize¶
setReceivedOnEnd¶
setReceivedOnStart¶
setXmlns¶
-
public void
setXmlns(String xmlns)¶ Sets the form XML namespace for this query. (optional) You can find this for any given form by going to your form -> Advanced -> View (Source xml) and look for the address in the header of your xform. It is also in the raw xml of any submitted form.
Parameters: - xmlns – the xmlns