Class PolicyInformationPointsBuilder<T extends PolicyInformationPoints,​B extends PolicyInformationPointsBuilder<T,​B>>

    • Constructor Detail

      • PolicyInformationPointsBuilder

        public PolicyInformationPointsBuilder()
    • Method Detail

      • externalInformationPoints

        public B externalInformationPoints​(boolean externalInformationPoints)
        This function allows setting a value for externalInformationPoints
        Parameters:
        externalInformationPoints - desired value to be set
        Returns:
        Builder object with new value for externalInformationPoints
      • internalInformationPoints

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

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