public static interface DefinitionDocument.Builder extends SdkPojo, CopyableBuilder<DefinitionDocument.Builder,DefinitionDocument>
| Modifier and Type | Method and Description |
|---|---|
DefinitionDocument.Builder |
language(DefinitionLanguage language)
The language used to define the entity.
|
DefinitionDocument.Builder |
language(String language)
The language used to define the entity.
|
DefinitionDocument.Builder |
text(String text)
The GraphQL text that defines the entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefinitionDocument.Builder language(String language)
The language used to define the entity. GRAPHQL is the only valid value.
language - The language used to define the entity. GRAPHQL is the only valid value.DefinitionLanguage,
DefinitionLanguageDefinitionDocument.Builder language(DefinitionLanguage language)
The language used to define the entity. GRAPHQL is the only valid value.
language - The language used to define the entity. GRAPHQL is the only valid value.DefinitionLanguage,
DefinitionLanguageDefinitionDocument.Builder text(String text)
The GraphQL text that defines the entity.
text - The GraphQL text that defines the entity.Copyright © 2023. All rights reserved.