WebDavOcFilterRules class

Annotations
  • @immutable
  • @XmlSerializable.new(createMixin: true)
  • @XmlRootElement.new(name: 'filter-rules', namespace: namespaceOwncloud)

Constructors

WebDavOcFilterRules({TZDateTime? davCreationdate, String? davDisplayname, String? davGetcontentlanguage, int? davGetcontentlength, String? davGetcontenttype, String? davGetetag, TZDateTime? davGetlastmodified, int? davQuotaAvailableBytes, int? davQuotaUsedBytes, WebDavResourcetype? davResourcetype, bool? ncAclCanManage, bool? ncAclEnabled, WebDavNcAclList? ncAclList, int? ncContainedFileCount, int? ncContainedFolderCount, TZDateTime? ncCreationTime, String? ncDataFingerprint, int? ncGroupFolderId, bool? ncHasPreview, bool? ncHidden, WebDavNcAclList? ncInheritedAclList, bool? ncIsEncrypted, bool? ncIsMountRoot, bool? ncLock, String? ncLockOwner, String? ncLockOwnerDisplayname, String? ncLockOwnerEditor, int? ncLockOwnerType, TZDateTime? ncLockTime, Duration? ncLockTimeout, String? ncLockToken, String? ncMountType, String? ncNote, TZDateTime? ncReminderDueDate, String? ncRichWorkspace, int? ncRichWorkspaceFile, String? ncShareAttributes, WebDavNcShareeList? ncSharees, TZDateTime? ncUploadTime, String? ncVersionAuthor, String? ncVersionLabel, String? ncMetadataBlurhash, WebDavOcChecksums? ocChecksums, int? ocCommentsCount, String? ocCommentsHref, int? ocCommentsUnread, String? ocDownloadURL, bool? ocFavorite, int? ocFileid, String? ocId, String? ocOwnerDisplayName, String? ocOwnerId, String? ocPermissions, WebDavOcShareTypes? ocShareTypes, int? ocSize, WebDavOcTags? ocTags, String? ocmSharePermissions, int? ocsSharePermissions})
const
WebDavOcFilterRules.fromXmlElement(XmlElement element)
factory

Properties

davCreationdate → TZDateTime?
final
davDisplayname → String?
final
davGetcontentlanguage → String?
final
davGetcontentlength → int?
final
davGetcontenttype → String?
final
davGetetag → String?
final
davGetlastmodified → TZDateTime?
final
davQuotaAvailableBytes → int?
final
davQuotaUsedBytes → int?
final
davResourcetype → WebDavResourcetype?
final
hashCode → int
The hash code for this object.
no setterinherited
ncAclCanManage → bool?
final
ncAclEnabled → bool?
final
ncAclList → WebDavNcAclList?
final
ncContainedFileCount → int?
final
ncContainedFolderCount → int?
final
ncCreationTime → TZDateTime?
final
ncDataFingerprint → String?
final
ncGroupFolderId → int?
final
ncHasPreview → bool?
final
ncHidden → bool?
final
ncInheritedAclList → WebDavNcAclList?
final
ncIsEncrypted → bool?
final
ncIsMountRoot → bool?
final
ncLock → bool?
final
ncLockOwner → String?
final
ncLockOwnerDisplayname → String?
final
ncLockOwnerEditor → String?
final
ncLockOwnerType → int?
final
ncLockTime → TZDateTime?
final
ncLockTimeout → Duration?
final
ncLockToken → String?
final
ncMetadataBlurhash → String?
final
ncMountType → String?
final
ncNote → String?
final
ncReminderDueDate → TZDateTime?
final
ncRichWorkspace → String?
final
ncRichWorkspaceFile → int?
final
ncShareAttributes → String?
final
ncSharees → WebDavNcShareeList?
final
ncUploadTime → TZDateTime?
final
ncVersionAuthor → String?
final
ncVersionLabel → String?
final
ocChecksums → WebDavOcChecksums?
final
ocCommentsCount → int?
final
ocCommentsHref → String?
final
ocCommentsUnread → int?
final
ocDownloadURL → String?
final
ocFavorite → bool?
final
ocFileid → int?
final
ocId → String?
final
ocmSharePermissions → String?
final
ocOwnerDisplayName → String?
final
ocOwnerId → String?
final
ocPermissions → String?
final
ocShareTypes → WebDavOcShareTypes?
final
ocSize → int?
final
ocsSharePermissions → int?
final
ocTags → WebDavOcTags?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildXmlChildren(XmlBuilder builder, {Map<String, String> namespaces = const {}}) → void
inherited
buildXmlElement(XmlBuilder builder, {Map<String, String> namespaces = const {}}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
toXmlAttributes({Map<String, String?> namespaces = const {}}) → List<XmlAttribute>
inherited
toXmlChildren({Map<String, String?> namespaces = const {}}) → List<XmlNode>
inherited
toXmlElement({Map<String, String?> namespaces = const {}}) → XmlElement
inherited

Operators

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