Class PrivacyPolicyFeedResponseBuilderImpl
java.lang.Object
org.projecthusky.communication.ch.ppq.impl.PrivacyPolicyFeedResponseBuilderImpl
- All Implemented Interfaces:
PrivacyPolicyFeedResponseBuilder
public class PrivacyPolicyFeedResponseBuilderImpl
extends Object
implements PrivacyPolicyFeedResponseBuilder
Class implementing the interfaces PrivacyPolicyFeedResponseBuilder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a concrete instance of PrivacyPolicyFeedResponse with setted params. Erstellt die konkrete Instanz des PrivacyPolicyFeedResponse mit den gesetzten Parametern.Method to set the exception to be build. Methode um eine Exception hinzuzufügen.method(PrivacyPolicyFeed.PpfMethod aMethod) Method to set the method of the PrivacyPolicyFeedResponse to be build. Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.Method to set the status of the PrivacyPolicyFeedResponse to be build. Methode um ein Status dem PrivacyPolicyFeedResponse hinzuzufügen.
-
Constructor Details
-
PrivacyPolicyFeedResponseBuilderImpl
public PrivacyPolicyFeedResponseBuilderImpl()
-
-
Method Details
-
create
Description copied from interface:PrivacyPolicyFeedResponseBuilderCreates a concrete instance of PrivacyPolicyFeedResponse with setted params.Erstellt die konkrete Instanz des PrivacyPolicyFeedResponse mit den gesetzten Parametern.- Specified by:
createin interfacePrivacyPolicyFeedResponseBuilder- Returns:
- a new PrivacyPolicyFeedResponse instance with the params seteine neue PrivacyPolicyFeedResponse Instanz mit den gesetzten Parametern
-
exception
Description copied from interface:PrivacyPolicyFeedResponseBuilderMethod to set the exception to be build.Methode um eine Exception hinzuzufügen.- Specified by:
exceptionin interfacePrivacyPolicyFeedResponseBuilder- Parameters:
aException-the exception extracted from the message.der Fehler der aus der Meldung gelesen wurde.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
method
Description copied from interface:PrivacyPolicyFeedResponseBuilderMethod to set the method of the PrivacyPolicyFeedResponse to be build.Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.- Specified by:
methodin interfacePrivacyPolicyFeedResponseBuilder- Parameters:
aMethod-the method of the request which will be setdie Methode des Requests die gesetzt werden soll.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
status
Description copied from interface:PrivacyPolicyFeedResponseBuilderMethod to set the status of the PrivacyPolicyFeedResponse to be build.Methode um ein Status dem PrivacyPolicyFeedResponse hinzuzufügen.- Specified by:
statusin interfacePrivacyPolicyFeedResponseBuilder- Parameters:
aStatus-the consent to be setder Consent der gesetzt werden soll- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-