public class UpdatePermission extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permission" type="{http://Checkmarx.com}CxPermission" minOccurs="0"/>
<element name="teamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxPermission |
permission |
protected String |
sessionID |
protected String |
teamId |
| Constructor and Description |
|---|
UpdatePermission() |
| Modifier and Type | Method and Description |
|---|---|
CxPermission |
getPermission()
Gets the value of the permission property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
String |
getTeamId()
Gets the value of the teamId property.
|
void |
setPermission(CxPermission value)
Sets the value of the permission property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setTeamId(String value)
Sets the value of the teamId property.
|
protected String sessionID
protected CxPermission permission
protected String teamId
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic CxPermission getPermission()
CxPermissionpublic void setPermission(CxPermission value)
value - allowed object is
CxPermissionpublic String getTeamId()
StringCopyright © 2020. All rights reserved.