Class IntegratedAppProjectPermissionSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.rbac.IntegratedAppProjectPermissionSoapRow
IntegratedAppProjectPermissionList class represents a list of project permissions for an user.
- Since:
- 18.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns 'permissions'.Returns 'projectId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setPermissions
(String[] permissions) Sets 'permissions'.void
setProjectId
(String projectId) Sets 'projectId'.
-
Constructor Details
-
IntegratedAppProjectPermissionSoapRow
public IntegratedAppProjectPermissionSoapRow()
-
-
Method Details
-
getProjectId
Returns 'projectId'. The id of the project- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The id of the project- Parameters:
projectId
- Value of 'projectId'.
-
getPermissions
Returns 'permissions'. The integrated application project permissions- Returns:
- Value of 'permissions'.
-
setPermissions
Sets 'permissions'. The integrated application project permissions- Parameters:
permissions
- Value of 'permissions'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-