Package com.cognite.client.servicesV1
Class ConnectorServiceV1.DownloadThreeDFileBinary
java.lang.Object
com.cognite.client.servicesV1.ConnectorServiceV1.DownloadThreeDFileBinary
- Enclosing class:
- ConnectorServiceV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<ThreeDFileBinary>downloadThreeDFileBinaryFromURL(String downloadUrl, int maxRetries, URI tempStorageURI, boolean forceTempStorage, List<okhttp3.Interceptor> interceptors)
-
Constructor Details
-
DownloadThreeDFileBinary
public DownloadThreeDFileBinary()
-
-
Method Details
-
downloadThreeDFileBinaryFromURL
public static CompletableFuture<ThreeDFileBinary> downloadThreeDFileBinaryFromURL(String downloadUrl, int maxRetries, @Nullable URI tempStorageURI, boolean forceTempStorage, List<okhttp3.Interceptor> interceptors)
-