WebDavProp class
- Annotations
-
- @immutable
- @XmlSerializable(createMixin: true)
- @XmlRootElement(name: 'prop', namespace: namespaceDav)
Constructors
- WebDavProp.new({String? davgetlastmodified, String? davgetetag, String? davgetcontenttype, int? davgetcontentlength, WebDavResourcetype? davresourcetype, String? ocid, String? ocfileid, int? ocfavorite, String? occommentshref, int? occommentscount, int? occommentsunread, String? ocdownloadurl, String? ocownerid, String? ocownerdisplayname, int? ocsize, String? ocpermissions, String? ncnote, String? ncdatafingerprint, bool? nchaspreview, String? ncmounttype, int? ncisencrypted, String? ncmetadataetag, int? ncuploadtime, int? nccreationtime, String? ncrichworkspace, })
-
const
- WebDavProp.fromXmlElement(XmlElement element)
-
factory
Properties
- davgetcontentlength → int?
-
final
- davgetcontenttype → String?
-
final
- davgetetag → String?
-
final
- davgetlastmodified → String?
-
final
- davresourcetype → WebDavResourcetype?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nccreationtime → int?
-
final
- ncdatafingerprint → String?
-
final
- nchaspreview → bool?
-
final
- ncisencrypted → int?
-
final
- ncmetadataetag → String?
-
final
- ncmounttype → String?
-
final
- ncnote → String?
-
final
- ncrichworkspace → String?
-
final
- ncuploadtime → int?
-
final
- occommentscount → int?
-
final
- occommentshref → String?
-
final
- occommentsunread → int?
-
final
- ocdownloadurl → String?
-
final
- ocfavorite → int?
-
final
- ocfileid → String?
-
final
- ocid → String?
-
final
-
final
- ocownerdisplayname → String?
-
final
- ocownerid → String?
-
final
- ocpermissions → String?
-
final
- ocsize → int?
-
final
-
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