Interface PrivacyPolicyFeedBuilder

All Known Implementing Classes:
PrivacyPolicyFeedBuilderImpl

public interface PrivacyPolicyFeedBuilder
Interface describing the methods for the PrivacyPolicyFeedBuilder.
Interface welches die Methoden für den PrivacyPolicyFeedBuilder beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a concrete instance of PrivacyPolicyFeed with setted params. Erstellt die konkrete Instanz des PrivacyPolicyFeed mit den gesetzten Parametern.
    Method to set the method of the PrivacyPolicyFeedResponse to be build. Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.
  • Method Details

    • create

      Creates a concrete instance of PrivacyPolicyFeed with setted params.
      Erstellt die konkrete Instanz des PrivacyPolicyFeed mit den gesetzten Parametern.
      Returns:
      a new PrivacyPolicyFeed instance with the params set
      eine neue PrivacyPolicyFeed Instanz mit den gesetzten Parametern
    • method

      Method to set the method of the PrivacyPolicyFeedResponse to be build.
      Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.
      Parameters:
      aMethod -
      the method of the request which will be set
      die Methode des Requests die gesetzt werden soll.
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders