EntityrefApi class
Constructors
- EntityrefApi([ApiClient? apiClient])
Properties
Methods
-
createEntityReference(
EntityReferenceDto entityReferenceDto) → Future< EntityReferenceDto?> - Create an entity reference
-
createEntityReferenceWithHttpInfo(
EntityReferenceDto entityReferenceDto) → Future< Response> - Create an entity reference
-
getLatest(
String prefix) → Future< EntityReferenceDto?> - Find latest reference for a prefix
-
getLatestWithHttpInfo(
String prefix) → Future< Response> - Find latest reference for a prefix
-
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