public class PermissionSet extends APIObject
Java class for PermissionSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionSet">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDenied" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PermissionSets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PermissionSet" type="{http://exacttarget.com/wsdl/partnerAPI}PermissionSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Permissions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Permission" type="{http://exacttarget.com/wsdl/partnerAPI}Permission" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PermissionSet.Permissions
Java class for anonymous complex type.
|
static class |
PermissionSet.PermissionSets
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Boolean |
isAllowed |
protected Boolean |
isDenied |
protected String |
name |
protected PermissionSet.Permissions |
permissions |
protected PermissionSet.PermissionSets |
permissionSets |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PermissionSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getIsAllowed()
Gets the value of the isAllowed property.
|
Boolean |
getIsDenied()
Gets the value of the isDenied property.
|
String |
getName()
Gets the value of the name property.
|
PermissionSet.Permissions |
getPermissions()
Gets the value of the permissions property.
|
PermissionSet.PermissionSets |
getPermissionSets()
Gets the value of the permissionSets property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsAllowed(Boolean value)
Sets the value of the isAllowed property.
|
void |
setIsDenied(Boolean value)
Sets the value of the isDenied property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPermissions(PermissionSet.Permissions value)
Sets the value of the permissions property.
|
void |
setPermissionSets(PermissionSet.PermissionSets value)
Sets the value of the permissionSets property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String name
protected String description
protected Boolean isAllowed
protected Boolean isDenied
protected PermissionSet.PermissionSets permissionSets
protected PermissionSet.Permissions permissions
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean getIsAllowed()
Booleanpublic void setIsAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsDenied()
Booleanpublic void setIsDenied(Boolean value)
value - allowed object is
Booleanpublic PermissionSet.PermissionSets getPermissionSets()
PermissionSet.PermissionSetspublic void setPermissionSets(PermissionSet.PermissionSets value)
value - allowed object is
PermissionSet.PermissionSetspublic PermissionSet.Permissions getPermissions()
PermissionSet.Permissionspublic void setPermissions(PermissionSet.Permissions value)
value - allowed object is
PermissionSet.PermissionsCopyright © 2017. All rights reserved.