Package com.sforce.soap.partner
Interface IActionOverride
-
- All Known Implementing Classes:
ActionOverride
public interface IActionOverride
This 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 String
getFormFactor()
element : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringboolean
getIsAvailableInTouch()
element : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanString
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString
getPageId()
element : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringString
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringboolean
isIsAvailableInTouch()
void
setFormFactor(String formFactor)
void
setIsAvailableInTouch(boolean isAvailableInTouch)
void
setName(String name)
void
setPageId(String pageId)
void
setUrl(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)
-
-