Modifier and Type | Field and Description |
---|---|
TypeSpec.Kind |
TypeSpec.kind |
private TypeSpec.Kind |
TypeSpec.Builder.kind |
Modifier and Type | Method and Description |
---|---|
static TypeSpec.Kind |
TypeSpec.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeSpec.Kind[] |
TypeSpec.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Builder(TypeSpec.Kind kind,
java.lang.String name,
CodeBlock anonymousTypeArguments) |