DataOwnerApi class
Constructors
- DataOwnerApi(String _sdkId)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearCurrentDataOwnerIdsCache(
) → Future< void> -
getCryptoActorStub(
String ownerId) → Future< CryptoActorStubWithType> -
getCurrentDataOwner(
) → Future< DataOwnerWithType> -
getCurrentDataOwnerHierarchy(
) → Future< List< DataOwnerWithType> > -
getCurrentDataOwnerHierarchyIds(
) → Future< List< String> > -
getCurrentDataOwnerHierarchyIdsFrom(
String parentId) → Future< List< String> > -
getCurrentDataOwnerId(
) → Future< String> -
getCurrentDataOwnerStub(
) → Future< CryptoActorStubWithType> -
getCurrentDataOwnerType(
) → Future< DataOwnerType> -
getDataOwner(
String ownerId) → Future< DataOwnerWithType> -
modifyDataOwnerStub(
CryptoActorStubWithType cryptoActorStubWithTypeDto) → Future< CryptoActorStubWithType> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited