Interface Fusion
-
public interface FusionFusion APIs available to use from a index pipeline stage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blobsblobs()Fusion Blobs API for operations with the blob objects stored in Fusion.Documentsdocuments()Fusion Documents API for operation withDocumentobjects.<T> RestCall<T>restCall(java.lang.Class<T> responseType)REST call API for making generic HTTP calls to Fusion services.
-
-
-
Method Detail
-
restCall
<T> RestCall<T> restCall(java.lang.Class<T> responseType)
REST call API for making generic HTTP calls to Fusion services.- Type Parameters:
T- expected response type- Parameters:
responseType- expected response type- Returns:
- REST call API instance
-
blobs
Blobs blobs()
Fusion Blobs API for operations with the blob objects stored in Fusion.- Returns:
- Blobs API instance
-
-