@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:12.621Z")
public interface IField
Modifier and Type | Interface and Description |
---|---|
static interface |
IField.Jsii$Default
Internal default implementation for
IField . |
static class |
IField.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
argsToString()
(experimental) Generate the arguments for this field.
|
java.lang.String |
directivesToString()
(experimental) Generate the directives for this field.
|
java.lang.String |
directivesToString(java.util.List<AuthorizationType> modes)
(experimental) Generate the directives for this field.
|
default ResolvableFieldOptions |
getFieldOptions()
(experimental) The options to make this field resolvable.
|
default IIntermediateType |
getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
java.lang.Boolean |
getIsList()
(experimental) property determining if this attribute is a list i.e.
|
java.lang.Boolean |
getIsRequired()
(experimental) property determining if this attribute is non-nullable i.e.
|
java.lang.Boolean |
getIsRequiredList()
(experimental) property determining if this attribute is a non-nullable list i.e.
|
Type |
getType()
(experimental) the type of attribute.
|
java.lang.String |
toString()
(experimental) Generate the string for this attribute.
|
java.lang.Boolean getIsList()
Default: false
java.lang.Boolean getIsRequired()
Default: false
java.lang.Boolean getIsRequiredList()
Default: false
Type getType()
default ResolvableFieldOptions getFieldOptions()
Default: - not a resolvable field
default IIntermediateType getIntermediateType()
Default: - no intermediate type
java.lang.String argsToString()
java.lang.String directivesToString(java.util.List<AuthorizationType> modes)
Default: - no authorization modes
modes
- the authorization modes of the graphql api.java.lang.String directivesToString()
Default: - no authorization modes
java.lang.String toString()
toString
in class java.lang.Object