public class Permission extends APIObject
Java class for Permission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Permission">
<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="ObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsShareable" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Boolean |
isAllowed |
protected Boolean |
isDenied |
protected Boolean |
isShareable |
protected String |
name |
protected String |
objectType |
protected String |
operation |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
Permission() |
| 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.
|
Boolean |
getIsShareable()
Gets the value of the isShareable property.
|
String |
getName()
Gets the value of the name property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getOperation()
Gets the value of the operation 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 |
setIsShareable(Boolean value)
Sets the value of the isShareable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setOperation(String value)
Sets the value of the operation 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 String objectType
protected String operation
protected Boolean isShareable
protected Boolean isAllowed
protected Boolean isDenied
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 String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic Boolean getIsShareable()
Booleanpublic void setIsShareable(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsAllowed()
Booleanpublic void setIsAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsDenied()
Booleanpublic void setIsDenied(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.