datai/docs/reference-code/com/sforce/soap/partner/IDescribeSearchableEntities_element.java

22 lines
564 B
Java

package com.sforce.soap.partner;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public interface IDescribeSearchableEntities_element {
/**
* element : includeOnlyEntitiesWithTabs of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
public boolean getIncludeOnlyEntitiesWithTabs();
public boolean isIncludeOnlyEntitiesWithTabs();
public void setIncludeOnlyEntitiesWithTabs(boolean includeOnlyEntitiesWithTabs);
}