{
  "id": "Schema.describetabresult",
  "nodeType": "class",
  "name": "DescribeTabResult",
  "namespace": "Schema",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "DescribeTabResult",
    "textToLower": "describetabresult",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_DescribeTabResult_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Contains tab metadata information for a tab in a standard or custom app available in the Salesforce user interface.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_schema_describetabresult.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getcolors()": {
      "id": "Schema.describetabresult.method.getcolors()",
      "nodeType": "method",
      "name": "getColors",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getColors",
        "textToLower": "getcolors",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getColors_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public List<Schema.DescribeColorResult> getColors()",
      "overrideSignature": "public override List<Schema.DescribeColorResult> getColors()",
      "simplifiedSignature": "getColors()",
      "datatype": {
        "id": "Schema.describetabresult.getcolors.datatype.List<Schema.DescribeColorResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeColorResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Schema.describetabresult.getcolors",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Schema.describetabresult.getcolors.datatype.List<Schema.DescribeColorResult>.value.Schema.DescribeColorResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeColorResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeColorResult"
        }
      },
      "description": "Returns a list of color metadata information for all colors associated with this tab. Each color is associated with a theme and context.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geticonurl()": {
      "id": "Schema.describetabresult.method.geticonurl()",
      "nodeType": "method",
      "name": "getIconUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIconUrl",
        "textToLower": "geticonurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIconUrl_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getIconUrl()",
      "overrideSignature": "public override String getIconUrl()",
      "simplifiedSignature": "getIconUrl()",
      "datatype": {
        "id": "Schema.describetabresult.geticonurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describetabresult.geticonurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the URL for the main 32 x 32-pixel icon for a tab. This icon corresponds to the current theme (theme3) and appears next to the heading at the top of most pages.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geticons()": {
      "id": "Schema.describetabresult.method.geticons()",
      "nodeType": "method",
      "name": "getIcons",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIcons",
        "textToLower": "geticons",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIcons_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public List<Schema.DescribeIconResult> getIcons()",
      "overrideSignature": "public override List<Schema.DescribeIconResult> getIcons()",
      "simplifiedSignature": "getIcons()",
      "datatype": {
        "id": "Schema.describetabresult.geticons.datatype.List<Schema.DescribeIconResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeIconResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Schema.describetabresult.geticons",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Schema.describetabresult.geticons.datatype.List<Schema.DescribeIconResult>.value.Schema.DescribeIconResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeIconResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeIconResult"
        }
      },
      "description": "Returns a list of icon metadata information for all icons associated with this tab. Each icon is associated with a theme and context.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlabel()": {
      "id": "Schema.describetabresult.method.getlabel()",
      "nodeType": "method",
      "name": "getLabel",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLabel",
        "textToLower": "getlabel",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLabel_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 4,
      "memberOrder": 4,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getLabel()",
      "overrideSignature": "public override String getLabel()",
      "simplifiedSignature": "getLabel()",
      "datatype": {
        "id": "Schema.describetabresult.getlabel.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describetabresult.getlabel",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the display label of this tab.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getminiiconurl()": {
      "id": "Schema.describetabresult.method.getminiiconurl()",
      "nodeType": "method",
      "name": "getMiniIconUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMiniIconUrl",
        "textToLower": "getminiiconurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMiniIconUrl_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getMiniIconUrl()",
      "overrideSignature": "public override String getMiniIconUrl()",
      "simplifiedSignature": "getMiniIconUrl()",
      "datatype": {
        "id": "Schema.describetabresult.getminiiconurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describetabresult.getminiiconurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the URL for the 16 x 16-pixel icon that represents a tab. This icon corresponds to the current theme (theme3) and appears in related lists and other locations.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsobjectname()": {
      "id": "Schema.describetabresult.method.getsobjectname()",
      "nodeType": "method",
      "name": "getSobjectName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSobjectName",
        "textToLower": "getsobjectname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSobjectName_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 6,
      "memberOrder": 6,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getSobjectName()",
      "overrideSignature": "public override String getSobjectName()",
      "simplifiedSignature": "getSobjectName()",
      "datatype": {
        "id": "Schema.describetabresult.getsobjectname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describetabresult.getsobjectname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the name of the sObject that is primarily displayed on this tab (for tabs that display a particular SObject).",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geturl()": {
      "id": "Schema.describetabresult.method.geturl()",
      "nodeType": "method",
      "name": "getUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getUrl",
        "textToLower": "geturl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getUrl_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 7,
      "memberOrder": 7,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getUrl()",
      "overrideSignature": "public override String getUrl()",
      "simplifiedSignature": "getUrl()",
      "datatype": {
        "id": "Schema.describetabresult.geturl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Schema.describetabresult.geturl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns a fully qualified URL for viewing this tab.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "iscustom()": {
      "id": "Schema.describetabresult.method.iscustom()",
      "nodeType": "method",
      "name": "isCustom",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isCustom",
        "textToLower": "iscustom",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isCustom_-1:0"
      },
      "parentId": "Schema.describetabresult",
      "order": 8,
      "memberOrder": 8,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Boolean isCustom()",
      "overrideSignature": "public override Boolean isCustom()",
      "simplifiedSignature": "isCustom()",
      "datatype": {
        "id": "Schema.describetabresult.iscustom.datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:7"
        },
        "parentId": "Schema.describetabresult.iscustom",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns true if this is a custom tab, or false if this is a standard tab.",
      "parentName": "DescribeTabResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 8,
  "queries": []
}