Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copy({required Uri to, bool? overwrite, IfOr? condition})
→ Future<WebDavStdRequest<CopyRequestParam>>
-
Creates a duplicate of the source file "
to
" identified by from
.
-
copyDir({required Uri to, bool? overwrite, IfOr? condition})
→ Future<WebDavStdRequest<CopyRequestParam>>
-
Creates a duplicate of the source directory "
to
" recursively
identified by from
.
-
create<T>({T? data, IfOr? condition})
→ Future<WebDavStdRequest<PutRequestParam<T>>>
-
Create new file at the location specified by
from
.
-
createDir({IfOr? condition})
→ Future<WebDavStdRequest<MkcolRequestParam>>
-
Creates a new directory at the location specified by
from
.
-
createDirLock({required LockInfo<ToXmlCapable> info, DavTimeout? timeout, IfOr? condition})
→ Future<WebDavStdRequest<LockRequestParam>>
-
Locked resource recursively identified by
from
.
-
createLock({required LockInfo<ToXmlCapable> info, DavTimeout? timeout, IfOr? condition})
→ Future<WebDavStdRequest<LockRequestParam>>
-
Locked resource identified by
from
.
-
delete({IfOr? condition})
→ Future<WebDavStdRequest<DeleteRequestParam>>
-
Delete file at the location specified by
from
.
-
deleteDir({IfOr? condition})
→ Future<WebDavStdRequest<DeleteRequestParam>>
-
Delete directory at the location specified by
from
.
-
findAllProps<P extends PropfindRequestProp>({Iterable<P> includes, Depth? depth})
→ Future<WebDavStdRequest<PropfindAllRequestParam<P>>>
-
Retrieves all properties values defined on resource
(defined in
RFC4918
, at a minimum) identified by from
.
-
findPropNames({Depth? depth})
→ Future<WebDavStdRequest<PropfindNameRequestParam>>
-
Retrieves all properties name defined on resource
(defined in
RFC4918
, at a minimum) identified by from
.
-
findProps<P extends PropfindRequestProp>({required Iterable<P> props, Depth? depth})
→ Future<WebDavStdRequest<PropfindPropRequestParam<P>>>
-
Retrieves properties defined on resource identified by
from
.
-
get()
→ Future<WebDavStdRequest<GetRequestParam>>
-
Get file's data which identified by
from
.
-
move({required Uri to, bool? overwrite, IfOr? condition})
→ Future<WebDavStdRequest<MoveRequestParam>>
-
Move source file identified by
from
to new location to
.
-
moveDir({required Uri to, bool? overwrite, IfOr? condition})
→ Future<WebDavStdRequest<MoveRequestParam>>
-
Move source directory identified by
from
to new location to
recursively.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
renewLock({required IfOr condition, DavTimeout? timeout})
→ Future<WebDavStdRequest<LockRequestParam>>
-
Refresh existed lock.
-
toString()
→ String
-
A string representation of this object.
inherited
-
unlock({required Uri token})
→ Future<WebDavStdRequest<UnlockRequestParam>>
-
Unlock resource identified by
from
.
-
updateProps<P extends ProppatchRequestProp<ToXmlCapable>>({required List<P> operations, IfOr? condition})
→ Future<WebDavStdRequest<ProppatchRequestParam<P>>>
-
Update (set/remove) properties defined on resource identified by
from
.