Package com.sforce.soap.partner
Interface IActionOverride
-
- All Known Implementing Classes:
ActionOverride
public interface IActionOverrideThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormFactor()element : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetIsAvailableInTouch()element : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPageId()element : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIsAvailableInTouch()voidsetFormFactor(String formFactor)voidsetIsAvailableInTouch(boolean isAvailableInTouch)voidsetName(String name)voidsetPageId(String pageId)voidsetUrl(String url)
-
-
-
Method Detail
-
getFormFactor
String getFormFactor()
element : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setFormFactor
void setFormFactor(String formFactor)
-
getIsAvailableInTouch
boolean getIsAvailableInTouch()
element : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIsAvailableInTouch
boolean isIsAvailableInTouch()
-
setIsAvailableInTouch
void setIsAvailableInTouch(boolean isAvailableInTouch)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getPageId
String getPageId()
element : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setPageId
void setPageId(String pageId)
-
getUrl
String getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUrl
void setUrl(String url)
-
-