ImmutableQuestionnaire |
ImmutableQuestionnaire.Builder.build() |
|
static ImmutableQuestionnaire |
ImmutableQuestionnaire.copyOf(Questionnaire instance) |
|
ImmutableQuestionnaire |
ModifiableQuestionnaire.toImmutable() |
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withActiveItem(String value) |
Copy the current immutable object by setting a value for the activeItem attribute.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withAnswers(Answer... elements) |
Copy the current immutable object with elements that replace the content of answers.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withAnswers(Iterable<? extends Answer> elements) |
Copy the current immutable object with elements that replace the content of answers.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withContext(ContextValue... elements) |
Copy the current immutable object with elements that replace the content of context.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withContext(Iterable<? extends ContextValue> elements) |
Copy the current immutable object with elements that replace the content of context.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withErrors(Error... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withErrors(Iterable<? extends Error> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withMetadata(Questionnaire.Metadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withRev(String value) |
Copy the current immutable object by setting a value for the rev attribute.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withValueSets(ValueSet... elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withValueSets(Iterable<? extends ValueSet> elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withVariableValues(VariableValue... elements) |
Copy the current immutable object with elements that replace the content of variableValues.
|
ImmutableQuestionnaire |
ImmutableQuestionnaire.withVariableValues(Iterable<? extends VariableValue> elements) |
Copy the current immutable object with elements that replace the content of variableValues.
|