public class FpeConstraintsApplicabilitySubparts
extends Object
An object representing the individual subparts that the constraints should apply to. This is an object where for each key-value pair, the key represents the (zero-based) \"index\" of the subpart, and the value is either \"all\" or another `FpeConstraintsApplicabilitySubparts` instance. Note that a Multiple part only allows for one possible key-value pair, due to it containing only one subpart. This cannot be used with OR parts; instead, specify constraints individually on each relevant subpart.