GraphNodeApiUrlResolve class

Constructors

GraphNodeApiUrlResolve()

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

encodeBool(bool? value) List<String>
inherited
encodeInt(int? value) List<String>
inherited
encodeNum(num? value) List<String>
inherited
encodeObject(Object? value) List<String>
inherited
encodeString(String? value) List<String>
inherited
nodesIdChildrenGet({required String id}) → OpenApiClientRequest
Get children of a node get: /nodes/{id}/children
nodesIdDelete({required String id}) → OpenApiClientRequest
Delete a node delete: /nodes/{id}
nodesIdGet({required String id}) → OpenApiClientRequest
Get a node by ID get: /nodes/{id}
nodesIdPatch({required String id}) → OpenApiClientRequest
Update a node (content or pathHash only) patch: /nodes/{id}
nodesIdTraceGet({required String id}) → OpenApiClientRequest
Trace the node path back to the root get: /nodes/{id}/trace
nodesPathPrefixGet({required String prefix}) → OpenApiClientRequest
Get nodes by pathHash prefix (breadcrumbs) get: /nodes/path/{prefix}
nodesPost() → OpenApiClientRequest
Create a new node post: /nodes
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