IContactExtendedPropsApi class abstract
DO NOT MODIFY
GENERATED API OPERATIONS
- Inheritance
-
- Object
- Repository<
IContactExtendedProps> - IContactExtendedPropsApi
Constructors
Properties
Methods
-
clone(
IContactExtendedProps source) → IContactExtendedProps -
Copies values from one entity into another. This clone operation is important because it allows
inherited
-
create(
IContactExtendedProps contactExtendedProps) → Future< IContactExtendedProps> -
override
-
delete(
String id) → Future< DeleteResponse> -
override
-
initialize(
IContactExtendedProps entity) → IContactExtendedProps -
inherited
-
instantiate(
[dynamic json]) → IContactExtendedProps -
inherited
-
keyToId(
MKey? key) → String? -
inherited
-
list(
{double? limit, double? offset}) → Future< IContactExtendedPropsList> -
override
-
load(
String id) → Future< IContactExtendedProps> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
takeFrom(
IContactExtendedProps source, IContactExtendedProps target) → void -
Copies all data from
source
intotarget
. Used when you want to maintain a reference totarget
, but want to inject new values fromsource
inherited -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String id, IContactExtendedProps contactExtendedProps) → Future< ChangeResult> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited