public class HelpMOKeyword extends BaseMOKeyword
Java class for HelpMOKeyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HelpMOKeyword">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}BaseMOKeyword">
<sequence>
<element name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultHelpMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MenuText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MoreChoicesPrompt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultHelpMessage |
protected String |
friendlyName |
protected String |
menuText |
protected String |
moreChoicesPrompt |
isDefaultKeywordclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
HelpMOKeyword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultHelpMessage()
Gets the value of the defaultHelpMessage property.
|
String |
getFriendlyName()
Gets the value of the friendlyName property.
|
String |
getMenuText()
Gets the value of the menuText property.
|
String |
getMoreChoicesPrompt()
Gets the value of the moreChoicesPrompt property.
|
void |
setDefaultHelpMessage(String value)
Sets the value of the defaultHelpMessage property.
|
void |
setFriendlyName(String value)
Sets the value of the friendlyName property.
|
void |
setMenuText(String value)
Sets the value of the menuText property.
|
void |
setMoreChoicesPrompt(String value)
Sets the value of the moreChoicesPrompt property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getIsDefaultKeyword, setIsDefaultKeywordgetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String friendlyName
protected String defaultHelpMessage
protected String menuText
protected String moreChoicesPrompt
public String getFriendlyName()
Stringpublic void setFriendlyName(String value)
value - allowed object is
Stringpublic String getDefaultHelpMessage()
Stringpublic void setDefaultHelpMessage(String value)
value - allowed object is
Stringpublic String getMenuText()
Stringpublic void setMenuText(String value)
value - allowed object is
Stringpublic String getMoreChoicesPrompt()
Stringpublic void setMoreChoicesPrompt(String value)
value - allowed object is
Stringpublic String toString()
toString in class BaseMOKeywordCopyright © 2017. All rights reserved.