public static class AliasedScalar.Builder
extends java.lang.Object
AliasedScalar| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AliasedScalar.Builder |
aliasedScalar(graphql.schema.GraphQLScalarType aliasedScalar)
Sets the scalar that is to be aliased
|
AliasedScalar |
build() |
AliasedScalar.Builder |
description(java.lang.String description)
Sets the description of the aliased scalar
|
AliasedScalar.Builder |
name(java.lang.String name)
Sets the name of the aliased scalar
|
public AliasedScalar.Builder name(java.lang.String name)
name - the name of the aliased scalarpublic AliasedScalar.Builder description(java.lang.String description)
description - the description of the aliased scalarpublic AliasedScalar.Builder aliasedScalar(graphql.schema.GraphQLScalarType aliasedScalar)
aliasedScalar - the scalar that is to be aliasedpublic AliasedScalar build()
AliasedScalar