apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
EnumType
Enum
Type
common
class
EnumType
(
val
name
:
String
,
val
values
:
List
<
String
>
)
:
CompiledNamedType
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Enum
Type
Link copied to clipboard
common
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v3_5_1
)
fun
EnumType
(
name
:
String
)
Content copied to clipboard
Enum
Type
Link copied to clipboard
common
fun
EnumType
(
name
:
String
,
values
:
List
<
String
>
)
Content copied to clipboard
Functions
leaf
Type
Link copied to clipboard
common
open
override
fun
leafType
(
)
:
CompiledNamedType
Content copied to clipboard
raw
Type
Link copied to clipboard
common
open
override
fun
rawType
(
)
:
CompiledNamedType
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
values
Link copied to clipboard
common
val
values
:
List
<
String
>
Content copied to clipboard