| 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.
|
boolean |
mandatory
Get whether this attribute is mandatory when parent entity is
created/updated.
|
boolean |
mandatoryForCreate
Get whether this attribute is mandatory when parent entity is created.
|
boolean |
mandatoryForUpdate
Get whether this attribute is mandatory when parent entity is updated.
|
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 |
nullableForCreate
Get whether this attribute can be nullified when parent entity is
created.
|
boolean |
nullableForUpdate
Get whether this attribute can be nullified when parent entity is
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
public abstract boolean filter
public abstract boolean nullable
nullableForCreate() or nullableForUpdate() instead.public abstract boolean nullableForCreate
nullable() property.public abstract boolean nullableForUpdate
nullable() property.public abstract boolean mandatory
mandatoryForCreate() or mandatoryForUpdate() instead.public abstract boolean mandatoryForCreate
mandatory()
property.public abstract boolean mandatoryForUpdate
mandatory()
property.Copyright © 2019. All rights reserved.