Package com.sforce.soap.partner
Interface IDescribeLayoutFeedView
-
- All Known Implementing Classes:
DescribeLayoutFeedView
public interface IDescribeLayoutFeedViewThis 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 IDescribeLayoutFeedFilter[]getFeedFilters()element : feedFilters of type {urn:partner.soap.sforce.com}DescribeLayoutFeedFilter java type: com.sforce.soap.partner.DescribeLayoutFeedFilter[]voidsetFeedFilters(IDescribeLayoutFeedFilter[] feedFilters)
-
-
-
Method Detail
-
getFeedFilters
IDescribeLayoutFeedFilter[] getFeedFilters()
element : feedFilters of type {urn:partner.soap.sforce.com}DescribeLayoutFeedFilter java type: com.sforce.soap.partner.DescribeLayoutFeedFilter[]
-
setFeedFilters
void setFeedFilters(IDescribeLayoutFeedFilter[] feedFilters)
-
-