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
Modifier and TypeMethodDescriptionelement : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanvoidsetFormFactor(String formFactor) voidsetIsAvailableInTouch(boolean isAvailableInTouch) voidvoidvoid
-
Method Details
-
getFormFactor
String getFormFactor()element : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFormFactor
-
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
-
getPageId
String getPageId()element : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setPageId
-
getUrl
String getUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUrl
-