Class SoftwareInfoForm.Builder

    • Method Detail

      • setIcon

        public SoftwareInfoForm.Builder setIcon​(int height,
                                                int width,
                                                java.util.List<MediaElement.Uri> uriList)
        This will allow to include Icon using height, width and Uri's as a FormField.
        Parameters:
        height - Height of the image
        width - Width of the image
        uriList - List of URIs
        Returns:
        Builder
      • setOS

        public SoftwareInfoForm.Builder setOS​(java.lang.String os)
        Include Operating System's name as a FormField.
        Parameters:
        os - Name of the OS
        Returns:
        Builder
      • setOSVersion

        public SoftwareInfoForm.Builder setOSVersion​(java.lang.String os_version)
        Include Operating System's version as a FormField.
        Parameters:
        os_version - Version of OS
        Returns:
        Builder
      • setSoftware

        public SoftwareInfoForm.Builder setSoftware​(java.lang.String software)
        Include Software name as a FormField.
        Parameters:
        software - Name of the software
        Returns:
        Builder
      • setSoftwareVersion

        public SoftwareInfoForm.Builder setSoftwareVersion​(java.lang.String softwareVersion)
        Include Software Version as a FormField.
        Parameters:
        softwareVersion - Version of the Software in use
        Returns:
        Builder
      • setDataForm

        public SoftwareInfoForm.Builder setDataForm​(DataForm dataForm)
        Include DataForm to be encapsulated under SoftwareInfoForm.
        Parameters:
        dataForm - The dataform containing Software Information
        Returns:
        Builder