Class RecordService
java.lang.Object
de.oliver.fancyanalytics.sdk.records.RecordService
The RecordService class provides methods to manage records within a specified project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRecord(String projectID, Record record) Asynchronously creates a new record for a specified project.
-
Constructor Details
-
RecordService
-
-
Method Details
-
createRecord
Asynchronously creates a new record for a specified project.- Parameters:
projectID- The ID of the project where the record will be created.record- The record to be created.- Returns:
- A future that will be completed with a boolean indicating whether the record was created successfully.
-