Interface PrivacyPolicyFeedResponseBuilder

All Known Implementing Classes:
PrivacyPolicyFeedResponseBuilderImpl

public interface PrivacyPolicyFeedResponseBuilder
Interface describing the methods for the PrivacyPolicyFeedResponseBuilder
Interface welches die Methoden für den Privacy Policy Feed beschreibt.
  • Method Details

    • create

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

      Method to set the exception to be build.
      Methode um eine Exception hinzuzufügen.
      Parameters:
      aException -
      the exception extracted from the message.
      der Fehler der aus der Meldung gelesen wurde.
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • 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
    • status

      Method to set the status of the PrivacyPolicyFeedResponse to be build.
      Methode um ein Status dem PrivacyPolicyFeedResponse hinzuzufügen.
      Parameters:
      aStatus -
      the consent to be set
      der Consent der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders