Packagecom.salesforce.results
Classpublic dynamic class DescribeTab

Class returned to the responder from connection.describeTabs() calls, contains details describing the tabs for each appexchange application, standard and custom.

See also

com.salesforce.Connection.describeTabs()
Apex Developer Guide


Public Properties
 PropertyDefined by
  custom : Boolean
DescribeTab
  label : String
DescribeTab
  namespace : String
DescribeTab
  sobjectName : String
DescribeTab
  url : String
DescribeTab
Public Methods
 MethodDefined by
  
DescribeTab(obj:ObjectProxy)
DescribeTab
Property detail
customproperty
public var custom:Boolean
labelproperty 
public var label:String
namespaceproperty 
public var namespace:String
sobjectNameproperty 
public var sobjectName:String
urlproperty 
public var url:String
Constructor detail
DescribeTab()constructor
public function DescribeTab(obj:ObjectProxy)Parameters
obj:ObjectProxy