api
        ReverseSpaces
       
      
      
        
        class
      
      
        ReverseSpaces extends AnyRef
      
      
      
          
        
      
      
        
        
              Instance Constructors
              - 
      
      
      
      
        
        new
      
      
        ReverseSpaces()
      
      
      
     
             
        
        
        
              Value Members
              - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ##(): Int
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        acceptRequest(id: UUID, user: String, role: String): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        addCollectionToSpace(spaceId: UUID, collectionId: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        addDatasetToSpace(spaceId: UUID, datasetId: UUID): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        clone(): AnyRef
      
      
      
     - 
      
      
      
      
        
        def
      
      
        createSpace(): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        finalize(): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        follow(id: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        get(id: UUID): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
     - 
      
      
      
      
        
        def
      
      
        hashCode(): Int
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
     - 
      
      
      
      
        
        def
      
      
        list(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        listCanEdit(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        listCollections(id: UUID, limit: Integer = 0): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        listDatasets(id: UUID, limit: Integer = 0): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notify(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
     - 
      
      
      
      
        
        def
      
      
        rejectRequest(id: UUID, user: String): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        removeCollection(spaceId: UUID, collectionId: UUID, removeDatasets: Boolean): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        removeDataset(spaceId: UUID, datasetId: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        removeSpace(id: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        removeUser(id: UUID, removeUser: String): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
     - 
      
      
      
      
        
        def
      
      
        toString(): String
      
      
      
     - 
      
      
      
      
        
        def
      
      
        unfollow(id: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        updateSpace(id: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        updateUsers(id: UUID): Call
      
      
      
     - 
      
      
      
      
        
        def
      
      
        verifySpace(id: UUID): Call
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
     - 
      
      
      
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
     
             
        
        
         
        
        
              
Inherited from AnyRef
            
              
Inherited from Any