1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-14 18:02:58 +00:00

Migration to different test server

This commit is contained in:
David A. Velasco
2016-01-27 10:31:46 +01:00
parent b3535a3678
commit ac9771ea3a
4 changed files with 38 additions and 31 deletions
@@ -55,12 +55,12 @@ public class GetRemoteSharesForFileOperation extends RemoteOperation {
/**
* Constructor
*
* @param remoteFilePath Path to file or folder
* @param reshares If set to false (default), only shares owned by the current user are
* @param remoteFilePath Path to file or folder
* @param reshares If set to false (default), only shares owned by the current user are
* returned.
* If set to true, shares owned by any user from the given file are returned.
* @param subfiles If set to false (default), lists only the folder being shared
* If set to true, all shared files within the folder are returned.
* If set to true, shares owned by any user from the given file are returned.
* @param subfiles If set to false (default), lists only the folder being shared
* If set to true, all shared files within the folder are returned.
*/
public GetRemoteSharesForFileOperation(String remoteFilePath, boolean reshares,
boolean subfiles) {