Class UploadApi
java.lang.Object
nl.bimbase.bimworks.client.apis.SubApi
nl.bimbase.bimworks.client.apis.UploadApi
API Namespace for upload related calls
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SubApi
getBimWorksClient
-
Constructor Details
-
UploadApi
-
-
Method Details
-
uploadModel
public UploadModelResponse uploadModel(UploadBuilder uploadBuilder) throws IOException, nl.sascom.backplane.StreamAlreadyRegisteredException, InterruptedException, NodeAlreadyExistsException, BimWorksException, UploadException, UploadBuilderException Upload a model- Parameters:
uploadBuilder- A builder that allows many different types of uploading- Returns:
- UploadModelResponse
- Throws:
IOExceptionnl.sascom.backplane.StreamAlreadyRegisteredExceptionInterruptedExceptionNodeAlreadyExistsExceptionBimWorksExceptionUploadExceptionUploadBuilderException
-