Class UploadModelResponse

java.lang.Object
nl.bimbase.bimworks.client.UploadModelResponse

public class UploadModelResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    UploadModelResponse​(com.fasterxml.jackson.databind.node.ObjectNode output)  
  • Method Summary

    Modifier and Type Method Description
    com.fasterxml.jackson.databind.node.ObjectNode getObjectOutput()  
    TreeNode getTreeNode()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UploadModelResponse

      public UploadModelResponse​(com.fasterxml.jackson.databind.node.ObjectNode output)
  • Method Details