Interface CardDavInfo

All Superinterfaces:
Serializable

public interface CardDavInfo extends Serializable
Information to access carddav
Author:
Mike Douglass
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Require auth?
    Comma delimited set of cutype:path - maps cutype on to the given path.
    get the url
    void
    setAuth(boolean val)
    Require auth?
    void
    Comma delimited set of cutype:path - maps cutype on to the given path.
    void
    Set the url
  • Method Details

    • setAuth

      void setAuth(boolean val)
      Require auth?
      Parameters:
      val - boolean
    • getAuth

      boolean getAuth()
      Require auth?
      Returns:
      boolean
    • setUrl

      void setUrl(String val)
      Set the url
      Parameters:
      val - String
    • getUrl

      String getUrl()
      get the url
      Returns:
      String
    • setCutypeMapping

      void setCutypeMapping(String val)
      Comma delimited set of cutype:path - maps cutype on to the given path. cutype of * is the default.
      Parameters:
      val - String
    • getCutypeMapping

      String getCutypeMapping()
      Comma delimited set of cutype:path - maps cutype on to the given path. cutype of * is the default.
      Returns:
      String