CommcareRequestData¶
-
public class
CommcareRequestData¶ Represents a XML case request. Includes both metadata and case XML itself.
Constructors¶
CommcareRequestData¶
-
public
CommcareRequestData(String xmlns, MetaElement meta, CaseRequest ccCase)¶ Creates a commcare request with the xmlns attribute set to
xmlns, the meta element set tometaand the case element set toccCase.Parameters: