Api1CreateShareRequestApplicationJson class abstract

Implemented types

Constructors

Api1CreateShareRequestApplicationJson([void b(Api1CreateShareRequestApplicationJsonBuilder)?])
Creates a new Api1CreateShareRequestApplicationJson object using the builder pattern.
factory
Api1CreateShareRequestApplicationJson.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

displayMode int
context shares only, whether it should appear in nav bar. 0: no, 1: recipients, 2: all.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nodeId int
Node ID.
no setterinherited
nodeType Api1CreateShareRequestApplicationJson_NodeType
Node type.
no setterinherited
permissionCreate bool
Permission if receiver can create data.
no setterinherited
permissionDelete bool
Permission if receiver can delete data.
no setterinherited
permissionManage bool
Permission if receiver can manage node.
no setterinherited
permissionRead bool
Permission if receiver can read data.
no setterinherited
permissionUpdate bool
Permission if receiver can update data.
no setterinherited
receiver String
Receiver ID.
no setterinherited
receiverType Api1CreateShareRequestApplicationJson_ReceiverType
Receiver type.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(Api1CreateShareRequestApplicationJsonBuilder)) Api1CreateShareRequestApplicationJson
Rebuilds the instance.
inherited
toBuilder() Api1CreateShareRequestApplicationJsonBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Api1CreateShareRequestApplicationJson>
Serializer for Api1CreateShareRequestApplicationJson.
no setter