Class RemoteContentPermissionSet
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
-
public class RemoteContentPermissionSet extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteContentPermissionSet(ContentPermissionSet permissionSet)
RemoteContentPermissionSet(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteContentPermission[]
getContentPermissions()
String
getType()
-
-
-
Constructor Detail
-
RemoteContentPermissionSet
public RemoteContentPermissionSet(String type)
-
RemoteContentPermissionSet
public RemoteContentPermissionSet(ContentPermissionSet permissionSet)
-
-
Method Detail
-
getType
public String getType()
-
getContentPermissions
public RemoteContentPermission[] getContentPermissions()
-
-