Package com.sforce.soap.partner
Interface ISearchLayoutFieldsDisplayed
-
- All Known Implementing Classes:
SearchLayoutFieldsDisplayed
public interface ISearchLayoutFieldsDisplayedThis 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: booleanISearchLayoutField[]getFields()element : fields of type {urn:partner.soap.sforce.com}SearchLayoutField java type: com.sforce.soap.partner.SearchLayoutField[]booleanisApplicable()voidsetApplicable(boolean applicable)voidsetFields(ISearchLayoutField[] fields)
-
-
-
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)
-
getFields
ISearchLayoutField[] getFields()
element : fields of type {urn:partner.soap.sforce.com}SearchLayoutField java type: com.sforce.soap.partner.SearchLayoutField[]
-
setFields
void setFields(ISearchLayoutField[] fields)
-
-