Builder Methods |
The DataSetsBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(DataSpec, DataSetBase) | Adds an association between a DataSpec from the request and a data set from the response, without dealing directly with the string keys that are used in the XML. |
![]() | Add(String, DataSetBase) | Adds an association between a string key from a DataSpec in the request and a data set from the response. |
![]() | AddFailure(DataSpec, Failure) | Adds an association between a DataSpec from the request and a Failure from the response, without dealing directly with the string keys that are used in the XML. |
![]() | AddFailure(String, Failure) | Adds an association between a string key from a DataSpec in the request and a Failure from the response. |
![]() | Build | Returns a new DataSets object created according to the specification held by this builder. |