public static final class IField.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IField.Jsii$Default
IField.Jsii$Default, IField.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
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.
|
ResolvableFieldOptions |
getFieldOptions()
(experimental) The options to make this field resolvable.
|
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.
|
public final java.lang.Boolean getIsList()
Default: false
getIsList
in interface IField
getIsList
in interface IField.Jsii$Default
public final java.lang.Boolean getIsRequired()
Default: false
getIsRequired
in interface IField
getIsRequired
in interface IField.Jsii$Default
public final java.lang.Boolean getIsRequiredList()
Default: false
getIsRequiredList
in interface IField
getIsRequiredList
in interface IField.Jsii$Default
public final Type getType()
getType
in interface IField
getType
in interface IField.Jsii$Default
public final ResolvableFieldOptions getFieldOptions()
Default: - not a resolvable field
getFieldOptions
in interface IField
getFieldOptions
in interface IField.Jsii$Default
public final IIntermediateType getIntermediateType()
Default: - no intermediate type
getIntermediateType
in interface IField
getIntermediateType
in interface IField.Jsii$Default
public final java.lang.String argsToString()
argsToString
in interface IField
argsToString
in interface IField.Jsii$Default
public final java.lang.String directivesToString(java.util.List<AuthorizationType> modes)
Default: - no authorization modes
directivesToString
in interface IField
directivesToString
in interface IField.Jsii$Default
modes
- the authorization modes of the graphql api.public final java.lang.String directivesToString()
Default: - no authorization modes
directivesToString
in interface IField