$ShareapiUpdateShareRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue.new(instantiable: false)

Properties

attributes → String?
New additional attributes.
no setter
expireDate → String?
New expiry date.
no setter
hashCode → int
The hash code for this object.
no setterinherited
hideDownload → String?
New condition if the download should be hidden.
no setter
label → String?
New label.
no setter
note → String?
New note.
no setter
password → String?
New password.
no setter
permissions → int?
New permissions.
no setter
publicUpload → String?
New condition if public uploading is allowed.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sendMail → String?
if the share should be send by mail. Considering the share already exists, no mail will be send after the share is updated. You will have to use the sendMail action to send the mail.
no setter
sendPasswordByTalk → String?
New condition if the password should be send over Talk.
no setter
token → String?
New token.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($ShareapiUpdateShareRequestApplicationJsonInterfaceBuilder)) → $ShareapiUpdateShareRequestApplicationJsonInterface
Rebuilds the instance.
toBuilder() → $ShareapiUpdateShareRequestApplicationJsonInterfaceBuilder
Converts the instance to a builder $ShareapiUpdateShareRequestApplicationJsonInterfaceBuilder.
toString() → String
A string representation of this object.
inherited

Operators

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