Class GetWebDAVPathOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.GetWebDAVPathOptions
All Implemented Interfaces:
Serializable

public class GetWebDAVPathOptions extends ValueClass implements Serializable
Since:
9.00.030.024
See Also:
  • Field Details

    • tickketInPath

      protected boolean tickketInPath
      If true, the ticket is inserted in the path.
    • objId

      protected String objId
      ObjectId or GUID of the sord to get the path.
    • useShortPath

      @Deprecated protected boolean useShortPath
      Deprecated.
      From now on the option is no longer considered and is implicitly evaluated as true.
      Since:
      12.02.001.002
  • Constructor Details

    • GetWebDAVPathOptions

      public GetWebDAVPathOptions()
    • GetWebDAVPathOptions

      public GetWebDAVPathOptions(GetWebDAVPathOptions rhs)
  • Method Details

    • getObjId

      public String getObjId()
    • setObjId

      public void setObjId(String objId)
    • isTickketInPath

      public boolean isTickketInPath()
    • setTickketInPath

      public void setTickketInPath(boolean tickketInPath)
    • isUseShortPath

      public boolean isUseShortPath()
    • setUseShortPath

      public void setUseShortPath(boolean useShortPath)
    • toString

      public String toString()
      Overrides:
      toString in class Object