Share class abstract

Implemented types

Constructors

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

Properties

attributes → String?
no setterinherited
canDelete → bool
no setterinherited
canEdit → bool
no setterinherited
displaynameFileOwner → String
no setterinherited
displaynameOwner → String
no setterinherited
expiration → String?
no setterinherited
fileParent → int
no setterinherited
fileSource → int
no setterinherited
fileTarget → String
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
hasPreview → bool
no setterinherited
hideDownload → Share_HideDownload
no setterinherited
id → String
no setterinherited
isMountRoot → bool
no setterinherited
isTrustedServer → bool?
no setterinherited
itemMtime → int
no setterinherited
itemPermissions → int?
no setterinherited
itemSize → num
no setterinherited
itemSource → int
no setterinherited
itemType → Share_ItemType
no setterinherited
label → String
no setterinherited
mailSend → Share_MailSend
no setterinherited
mimetype → String
no setterinherited
mountType → String
no setterinherited
note → String
no setterinherited
parent → JsonObject?
no setterinherited
password → String?
no setterinherited
passwordExpirationTime → String?
no setterinherited
path → String?
no setterinherited
permissions → int
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sendPasswordByTalk → bool?
no setterinherited
shareType → int
no setterinherited
shareWith → String?
no setterinherited
shareWithAvatar → String?
no setterinherited
shareWithDisplayname → String?
no setterinherited
shareWithDisplaynameUnique → String?
no setterinherited
no setterinherited
status → Share_Status?
no setterinherited
stime → int
no setterinherited
storage → int
no setterinherited
storageId → String
no setterinherited
token → String?
no setterinherited
uidFileOwner → String
no setterinherited
uidOwner → String
no setterinherited
url → String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ShareBuilder)) → Share
Rebuilds the instance.
inherited
toBuilder() → ShareBuilder
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<Share>
Serializer for Share.
no setter