Class SubjectAttributesBuilder<T extends SubjectAttributes,​B extends SubjectAttributesBuilder<T,​B>>

    • Constructor Detail

      • SubjectAttributesBuilder

        public SubjectAttributesBuilder()
    • Method Detail

      • subjectAttributes

        public B subjectAttributes​(java.util.List<DataElement> subjectAttributes)
        This function allows setting a value for subjectAttributes
        Parameters:
        subjectAttributes - desired value to be set
        Returns:
        Builder object with new value for subjectAttributes
      • subjectAttribute

        public B subjectAttribute​(DataElement subjectAttribute)
        This function allows adding a value to the List subjectAttributes
        Parameters:
        subjectAttribute - desired value to be added
        Returns:
        Builder object with new value for subjectAttributes