Companion

object Companion

Functions

builder
Link copied to clipboard
fun builder(name: String): EnumerationCaseSpec.Builder
fun builder(name: String, constant: CodeBlock): EnumerationCaseSpec.Builder
fun builder(name: String, type: TupleTypeName): EnumerationCaseSpec.Builder
fun builder(name: String, type: TypeName): EnumerationCaseSpec.Builder
fun builder(name: String, constant: Int): EnumerationCaseSpec.Builder
fun builder(name: String, constant: String): EnumerationCaseSpec.Builder
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String