EntityrefApi class

Constructors

EntityrefApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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