Interface PrivacyPolicyQueryBuilder

All Superinterfaces:
BaseBuilder<PrivacyPolicyQueryBuilder>
All Known Implementing Classes:
PrivacyPolicyQueryBuilderImpl

public interface PrivacyPolicyQueryBuilder extends BaseBuilder<PrivacyPolicyQueryBuilder>
Describing the methods of the PatentPrivacyQueryBuilder Interface
Beschreibung der Methoden des PatentPrivacyQueryBuilder Interfaces
  • Method Details

    • consent

      PrivacyPolicyQueryBuilder consent(String newConsent)
      Method to set the consent of the PatientPrivacyQuery to be build.
      Methode um ein consent dem PatientPrivacyQuery hinzuzufügen.
      Parameters:
      newConsent -
      the consent to be set
      der consent der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • create

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

      PrivacyPolicyQueryBuilder destination(String newDestination)
      Method to set the destination of the PatientPrivacyQuery to be build.
      Methode um eine Destination dem PatientPrivacyQuery hinzuzufügen.
      Parameters:
      newDestination -
      the consent to be set
      der Consent der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • instanceIdentifier

      PrivacyPolicyQueryBuilder instanceIdentifier(InstanceIdentifier identifier)
      Method to set the instance identifier of the PatientPrivacyQuery to be build.
      Methode um den instance identifier dem PatientPrivacyQuery hinzuzufügen.
      Parameters:
      identifier -
      the identifier to be set
      der Identifier der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders