HealthElementBasicApi class
Constructors
- HealthElementBasicApi.new(String _sdkId, Object _dartSdk)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inGroup → HealthElementBasicInGroupApi
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createHealthElement(
EncryptedHealthElement entity) → Future< EncryptedHealthElement> -
createHealthElements(
List< EncryptedHealthElement> entities) → Future<List< EncryptedHealthElement> > -
deleteHealthElement(
HealthElement healthElement) → Future< StoredDocumentIdentifier> -
deleteHealthElementById(
String entityId, String rev) → Future< StoredDocumentIdentifier> -
deleteHealthElements(
List< HealthElement> healthElements) → Future<List< StoredDocumentIdentifier> > -
deleteHealthElementsByIds(
List< StoredDocumentIdentifier> entityIds) → Future<List< StoredDocumentIdentifier> > -
filterHealthElementsBy(
BaseFilterOptions< HealthElement> filter) → Future<PaginatedListIterator< EncryptedHealthElement> > -
filterHealthElementsBySorted(
BaseSortableFilterOptions< HealthElement> filter) → Future<PaginatedListIterator< EncryptedHealthElement> > -
getHealthElement(
String entityId) → Future< EncryptedHealthElement?> -
getHealthElements(
List< String> entityIds) → Future<List< EncryptedHealthElement> > -
matchHealthElementsBy(
BaseFilterOptions< HealthElement> filter) → Future<List< String> > -
matchHealthElementsBySorted(
BaseSortableFilterOptions< HealthElement> filter) → Future<List< String> > -
modifyHealthElement(
EncryptedHealthElement entity) → Future< EncryptedHealthElement> -
modifyHealthElements(
List< EncryptedHealthElement> entities) → Future<List< EncryptedHealthElement> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeHealthElement(
HealthElement healthElement) → Future< void> -
purgeHealthElementById(
String id, String rev) → Future< void> -
subscribeToEvents(
Set< SubscriptionEventType> events, BaseFilterOptions<HealthElement> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) → Future<EntitySubscription< EncryptedHealthElement> > -
toString(
) → String -
A string representation of this object.
inherited
-
undeleteHealthElement(
HealthElement healthElement) → Future< EncryptedHealthElement> -
undeleteHealthElementById(
String id, String rev) → Future< EncryptedHealthElement>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited