Class Strings.Builder

  • Enclosing class:
    Strings

    public static class Strings.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public Strings build()
        Builds a Strings.
        Returns:
        the new Strings instance
      • addBullets

        public Strings.Builder addBullets​(Bullets bullets)
        Adds an bullets to bullets.
        Parameters:
        bullets - the new bullets
        Returns:
        the Strings builder
      • addMedia

        public Strings.Builder addMedia​(UIMetaMedia media)
        Adds an media to media.
        Parameters:
        media - the new media
        Returns:
        the Strings builder
      • bullets

        public Strings.Builder bullets​(java.util.List<Bullets> bullets)
        Set the bullets. Existing bullets will be replaced.
        Parameters:
        bullets - the bullets
        Returns:
        the Strings builder
      • media

        public Strings.Builder media​(java.util.List<UIMetaMedia> media)
        Set the media. Existing media will be replaced.
        Parameters:
        media - the media
        Returns:
        the Strings builder
      • notCreatableMsg

        public Strings.Builder notCreatableMsg​(java.lang.String notCreatableMsg)
        Set the notCreatableMsg.
        Parameters:
        notCreatableMsg - the notCreatableMsg
        Returns:
        the Strings builder
      • notCreatableRobotMsg

        public Strings.Builder notCreatableRobotMsg​(java.lang.String notCreatableRobotMsg)
        Set the notCreatableRobotMsg.
        Parameters:
        notCreatableRobotMsg - the notCreatableRobotMsg
        Returns:
        the Strings builder
      • deprecationWarning

        public Strings.Builder deprecationWarning​(java.lang.String deprecationWarning)
        Set the deprecationWarning.
        Parameters:
        deprecationWarning - the deprecationWarning
        Returns:
        the Strings builder
      • popupWarningMessage

        public Strings.Builder popupWarningMessage​(java.lang.String popupWarningMessage)
        Set the popupWarningMessage.
        Parameters:
        popupWarningMessage - the popupWarningMessage
        Returns:
        the Strings builder
      • instruction

        public Strings.Builder instruction​(java.lang.String instruction)
        Set the instruction.
        Parameters:
        instruction - the instruction
        Returns:
        the Strings builder