-
public final class Relationships
Objects related to the Inquiry itself.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Verification>
verifications
-
Constructor Summary
Constructors Constructor Description Relationships(List<Verification> verifications)
-
Method Summary
Modifier and Type Method Description final List<Verification>
getVerifications()
Ordered list of Verifications -
-
Constructor Detail
-
Relationships
Relationships(List<Verification> verifications)
-
-
Method Detail
-
getVerifications
final List<Verification> getVerifications()
Ordered list of Verifications
-
-
-
-