The getTabs method of the Schema.DescribeTabSetResult returns a list of Schema.DescribeTabResult objects that describe the tabs of one app.
The methods in the Schema.DescribeTabResult class can be called using their property counterparts. For each method starting with get, you can omit the get prefix and the ending parentheses () to call the property counterpart. For example, tabResultObj.label is equivalent to tabResultObj.getLabel(). Similarly, for each method starting with is, omit the is prefix and the ending parentheses (). For example, tabResultObj.isCustom is equivalent to tabResultObj.custom.
The following are methods for DescribeTabResult. All are instance methods.
public List<Schema.DescribeColorResult> getColors()
Type: List<Schema.DescribeColorResult>
public String getIconUrl()
Type: String
public List<Schema.DescribeIconResult> getIcons()
Type: List<Schema.DescribeIconResult>
public String getMiniIconUrl()
Type: String
public String getSobjectName()
Type: String
public String getUrl()
Type: String
public Boolean isCustom()
Type: Boolean