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