CommcareFormList

public class CommcareFormList

Represents a list of forms with metadata, as returned by Commcare.

Methods

getMeta

public CommcareMetadataJson getMeta()
Returns:the metadata associated with this list

getObjects

public List<CommcareForm> getObjects()
Returns:the list of forms

setMeta

public void setMeta(CommcareMetadataJson meta)
Parameters:
  • meta – the metadata associated with this list

setObjects

public void setObjects(List<CommcareForm> objects)
Parameters:
  • objects – the list of forms