{
  "id": "Schema.describetabsetresult",
  "nodeType": "class",
  "name": "DescribeTabSetResult",
  "namespace": "Schema",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "DescribeTabSetResult",
    "textToLower": "describetabsetresult",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_DescribeTabSetResult_-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 metadata information about 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_describetabsetresult.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getdescription()": {
      "id": "Schema.describetabsetresult.method.getdescription()",
      "nodeType": "method",
      "name": "getDescription",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getDescription",
        "textToLower": "getdescription",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getDescription_-1:0"
      },
      "parentId": "Schema.describetabsetresult",
      "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 String getDescription()",
      "overrideSignature": "public override String getDescription()",
      "simplifiedSignature": "getDescription()",
      "datatype": {
        "id": "Schema.describetabsetresult.getdescription.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.describetabsetresult.getdescription",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the display description for the standard or custom app.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlabel()": {
      "id": "Schema.describetabsetresult.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.describetabsetresult",
      "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 getLabel()",
      "overrideSignature": "public override String getLabel()",
      "simplifiedSignature": "getLabel()",
      "datatype": {
        "id": "Schema.describetabsetresult.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.describetabsetresult.getlabel",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the display label for the standard or custom app.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlogourl()": {
      "id": "Schema.describetabsetresult.method.getlogourl()",
      "nodeType": "method",
      "name": "getLogoUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLogoUrl",
        "textToLower": "getlogourl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLogoUrl_-1:0"
      },
      "parentId": "Schema.describetabsetresult",
      "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 String getLogoUrl()",
      "overrideSignature": "public override String getLogoUrl()",
      "simplifiedSignature": "getLogoUrl()",
      "datatype": {
        "id": "Schema.describetabsetresult.getlogourl.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.describetabsetresult.getlogourl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns a fully qualified URL to the logo image associated with the standard or custom app.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getnamespace()": {
      "id": "Schema.describetabsetresult.method.getnamespace()",
      "nodeType": "method",
      "name": "getNamespace",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getNamespace",
        "textToLower": "getnamespace",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getNamespace_-1:0"
      },
      "parentId": "Schema.describetabsetresult",
      "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 getNamespace()",
      "overrideSignature": "public override String getNamespace()",
      "simplifiedSignature": "getNamespace()",
      "datatype": {
        "id": "Schema.describetabsetresult.getnamespace.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.describetabsetresult.getnamespace",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the developer namespace prefix of a Salesforce AppExchange managed package.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettabs()": {
      "id": "Schema.describetabsetresult.method.gettabs()",
      "nodeType": "method",
      "name": "getTabs",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTabs",
        "textToLower": "gettabs",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTabs_-1:0"
      },
      "parentId": "Schema.describetabsetresult",
      "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 List<Schema.DescribeTabResult> getTabs()",
      "overrideSignature": "public override List<Schema.DescribeTabResult> getTabs()",
      "simplifiedSignature": "getTabs()",
      "datatype": {
        "id": "Schema.describetabsetresult.gettabs.datatype.List<Schema.DescribeTabResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeTabResult>",
        "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.describetabsetresult.gettabs",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Schema.describetabsetresult.gettabs.datatype.List<Schema.DescribeTabResult>.value.Schema.DescribeTabResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeTabResult",
          "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.DescribeTabResult"
        }
      },
      "description": "Returns metadata information about the standard or custom app’s displayed tabs.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "isselected()": {
      "id": "Schema.describetabsetresult.method.isselected()",
      "nodeType": "method",
      "name": "isSelected",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isSelected",
        "textToLower": "isselected",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isSelected_-1:0"
      },
      "parentId": "Schema.describetabsetresult",
      "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 Boolean isSelected()",
      "overrideSignature": "public override Boolean isSelected()",
      "simplifiedSignature": "isSelected()",
      "datatype": {
        "id": "Schema.describetabsetresult.isselected.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.describetabsetresult.isselected",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns true if this standard or custom app is the user’s currently selected app. Otherwise, returns false.",
      "parentName": "DescribeTabSetResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 6,
  "queries": []
}