Interface ISearchLayoutButton

All Known Implementing Classes:
SearchLayoutButton

public interface ISearchLayoutButton
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 Type
    Method
    Description
    element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setApiName(String apiName)
     
    void
     
  • Method Details

    • getApiName

      String getApiName()
      element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setApiName

      void setApiName(String apiName)
    • getLabel

      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setLabel

      void setLabel(String label)