ShareapiCreateShareRequestApplicationJson class abstract

Implemented types

Constructors

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

Properties

attributes → String?
Additional attributes for the share.
no setterinherited
expireDate → String?
The expiry date of the share in the user's timezone at 00:00. If $expireDate is not supplied or set to null, the system default will be used.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
label → String
Label for the share (only used in link and email).
no setterinherited
note → String
Note for the share.
no setterinherited
password → String
Password for the share.
no setterinherited
path → String?
Path of the share.
no setterinherited
permissions → int?
Permissions for the share.
no setterinherited
publicUpload → ShareapiCreateShareRequestApplicationJson_PublicUpload?
If public uploading is allowed (deprecated).
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sendMail → ShareapiCreateShareRequestApplicationJson_SendMail?
Send a mail to the recipient.
no setterinherited
sendPasswordByTalk → String?
Send the password for the share over Talk.
no setterinherited
shareType → int
Type of the share.
no setterinherited
shareWith → String?
The entity this should be shared with.
no setterinherited

Methods

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