Class Response.ObjectInfo

  • Enclosing interface:
    Response

    public static class Response.ObjectInfo
    extends java.lang.Object
    Describes the actions the LFS server offers for a single object
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • oid

        public java.lang.String oid
      • size

        public long size
      • actions

        public java.util.Map<java.lang.String,​Response.Action> actions
    • Constructor Detail

      • ObjectInfo

        public ObjectInfo()