Package com.sforce.soap.partner
Interface ISearchLayoutButtonsDisplayed
-
- All Known Implementing Classes:
SearchLayoutButtonsDisplayed
public interface ISearchLayoutButtonsDisplayedThis 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 booleangetApplicable()element : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanISearchLayoutButton[]getButtons()element : buttons of type {urn:partner.soap.sforce.com}SearchLayoutButton java type: com.sforce.soap.partner.SearchLayoutButton[]booleanisApplicable()voidsetApplicable(boolean applicable)voidsetButtons(ISearchLayoutButton[] buttons)
-
-
-
Method Detail
-
getApplicable
boolean getApplicable()
element : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isApplicable
boolean isApplicable()
-
setApplicable
void setApplicable(boolean applicable)
-
getButtons
ISearchLayoutButton[] getButtons()
element : buttons of type {urn:partner.soap.sforce.com}SearchLayoutButton java type: com.sforce.soap.partner.SearchLayoutButton[]
-
setButtons
void setButtons(ISearchLayoutButton[] buttons)
-
-