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