static Expression.Builder |
Expression.builder() |
|
Expression.Builder |
Expression.Builder.description(String description) |
A brief, natural language description of the condition that effectively communicates the intended semantics.
|
Expression.Builder |
Expression.Builder.expression(String expression) |
An expression in the specified language that returns a value.
|
Expression.Builder |
Expression.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Expression.Builder |
Expression.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Expression.Builder |
Expression.Builder.from(Expression expression) |
|
Expression.Builder |
Expression.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Expression.Builder |
Expression.Builder.language(Code language) |
The media type of the language for the expression.
|
Expression.Builder |
Expression.Builder.name(Id name) |
A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is
defined.
|
Expression.Builder |
Expression.Builder.reference(Uri reference) |
A URI that defines where the expression is found.
|
Expression.Builder |
Expression.toBuilder() |
|