| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
The description that will be generated for this attribute in the GraphQL
schema.
|
boolean |
exclude
Get whether this attribute is excluded from transport to client (if true
it is equivalent to read==false AND save==false)
|
boolean |
filter
Get whether this attribute can used as a filter property by client.
|
String |
name
Provide a value here in order to change the name under which the
annotated attribute will be accessible in the API.
|
boolean |
nullable
Get whether this attribute can be nullified when parent entity is
created/updated
|
boolean |
read
Get whether this attribute is readable by client
|
boolean |
readOnly
Get whether this attribute is read only (if true it is equivalent to
read==true AND save==false)
|
boolean |
save
Get whether this attribute can be written by client when
creating/updating parent entity instance.
|
public abstract String description
public abstract String name
public abstract boolean exclude
public abstract boolean readOnly
public abstract boolean read
public abstract boolean save
Copyright © 2019. All rights reserved.