Interface PrivacyPolicyFeedResponse

All Known Implementing Classes:
PrivacyPolicyFeedResponseImpl

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

    Modifier and Type
    Method
    Description
    Method to get the list of errors if available. Liefert die Liste von Fehlern, falls vorhanden.
    Method to get the method of the response. Methode um die Methode des Requests zu erhalten.
    Method to get the status of the Response. Methode um den Status der Antwort zu erhalten.
    Checks whether the response contains a successful status.
  • Method Details

    • getExceptions

      List<Exception> getExceptions()
      Method to get the list of errors if available.
      Liefert die Liste von Fehlern, falls vorhanden.
      Returns:
      a List of Exception with exceptions if available.
      eine List von Exception mit Fehlern, wenn vorhanden.
    • getMethod

      Method to get the method of the response.
      Methode um die Methode des Requests zu erhalten.
      Returns:
      the PrivacyPolicyFeed.PpfMethod which is set.
      die PrivacyPolicyFeed.PpfMethod die gesetzt ist.
    • getStatus

      String getStatus()
      Method to get the status of the Response.
      Methode um den Status der Antwort zu erhalten.
      Returns:
      the status as string
      den Status als String
    • isStatusSuccess

      Boolean isStatusSuccess()
      Checks whether the response contains a successful status.
      Returns:
      True in case of success. False in case of failure