mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-19 12:23:00 +00:00
Remove the share type constants from GetRemoteShareesOperation
This commit is contained in:
@@ -93,10 +93,6 @@ public class GetRemoteShareesOperation extends RemoteOperation{
|
||||
public static final String PROPERTY_SHARE_TYPE = "shareType";
|
||||
public static final String PROPERTY_SHARE_WITH = "shareWith";
|
||||
|
||||
// Result types
|
||||
public static final Byte USER_TYPE = 0;
|
||||
public static final Byte GROUP_TYPE = 1;
|
||||
|
||||
private String mSearchString;
|
||||
private int mPage;
|
||||
private int mPerPage;
|
||||
|
||||
Reference in New Issue
Block a user