Namespaces
LaravelUi5
OData
Console
Driver
Edm
Exception
Http
Protocol
Service
Vocabularies
Aggregation
Analytics
Authorization
Capabilities
Common
Communication
V1
Core
Ui
Validation
Classes
AddressType
ContactType
EmailAddressType
EventData
GeoDataType
MessageData
NameType
PhoneNumberType
TaskData
UrlType
Enums
ContactInformationType
GenderType
KindType
PhoneType
Overview
Namespace
Enum
Tree
1:
<?php
2:
3:
declare
(strict_types=
1
);
4:
5:
namespace
LaravelUi5\OData\Vocabularies\Communication\V1;
6:
7:
enum
KindType: int
8:
{
9:
case
individual =
0
;
10:
case
group =
1
;
11:
case
org =
2
;
12:
case
location =
3
;
13:
}
14: