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 Details

    • 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)