Class WebdavNsIntf.PutContentResult

  • Enclosing class:
    WebdavNsIntf

    public static class WebdavNsIntf.PutContentResult
    extends Object
    Result for putContent
    • Field Detail

      • node

        public WebdavNsNode node
        Same node or new node for creation
      • created

        public boolean created
        True if created
      • emitEtag

        public boolean emitEtag
        True if we can emit Etag. This implies a subsequent GET will return an EXACT byte-for-byte representation of the entity we just PUT.

        If that is not the case this MUST be left FALSE

    • Constructor Detail

      • PutContentResult

        public PutContentResult()