Package 

Class PinboardPoster

    • Constructor Detail

      • PinboardPoster

        PinboardPoster(String apiToken)
        Creates a new instance using an API Token.
        Parameters:
        apiToken - The API token.
      • PinboardPoster

        PinboardPoster(Properties properties, String key)
        Creates a new instance using a Properties and Property Key.
        Parameters:
        properties - The properties.
        key - The property key.
      • PinboardPoster

        PinboardPoster(Properties properties)
        Creates a new instance using a Properties and Property Key.
        Parameters:
        properties - The properties.
      • PinboardPoster

        PinboardPoster(Path propertiesFilePath, String key)
        Creates a new instance using a Properties File Path and Property Key.
        Parameters:
        propertiesFilePath - The properties file path.
        key - The property key.
      • PinboardPoster

        PinboardPoster(Path propertiesFilePath)
        Creates a new instance using a Properties File Path and Property Key.
        Parameters:
        propertiesFilePath - The properties file path.
      • PinboardPoster

        PinboardPoster(File propertiesFile, String key)
        Creates a new instance using a Properties File and Property Key.
        Parameters:
        propertiesFile - The properties file.
        key - The property key.
      • PinboardPoster

        PinboardPoster(File propertiesFile)
        Creates a new instance using a Properties File and Property Key.
        Parameters:
        propertiesFile - The properties file.
      • PinboardPoster

        PinboardPoster()
        Creates a new instance.