Class DavMultiStatus


  • public class DavMultiStatus
    extends Object
    A PROPFIND response class.
    • Constructor Detail

      • DavMultiStatus

        public DavMultiStatus()
    • Method Detail

      • getResponses

        public List<DavResponse> getResponses()
        Get the list of responses.
        Returns:
        the response list
      • setResponses

        public void setResponses​(List<DavResponse> responses)
        Set the list of responses.
        Parameters:
        responses - the response elements
      • getDescription

        public String getDescription()
        Get the overall description of the responses.
        Returns:
        the response description
      • setDescription

        public void setDescription​(String description)
        Set the overarching response description.
        Parameters:
        description - the response description