Uses of Class
io.dialob.api.questionnaire.ImmutableQuestionnaireMetadata.Builder
Packages that use ImmutableQuestionnaireMetadata.Builder
-
Uses of ImmutableQuestionnaireMetadata.Builder in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return ImmutableQuestionnaireMetadata.BuilderModifier and TypeMethodDescriptionImmutableQuestionnaireMetadata.Builder.additionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.ImmutableQuestionnaireMetadata.builder()Creates a builder forImmutableQuestionnaireMetadata.Initializes the value for thecompletedattribute.Initializes the value for thecreatedattribute.Initializes the value for thecreatorattribute.Initializes the value for theformIdattribute.Initializes the value for theformNameattribute.Initializes the value for theformRevattribute.ImmutableQuestionnaireMetadata.Builder.from(ModifiableQuestionnaireMetadata instance) Fill a builder with attribute values from the providedModifiableQuestionnaireMetadatainstance.ImmutableQuestionnaireMetadata.Builder.from(Questionnaire.Metadata instance) Fill a builder with attribute values from the providedMetadatainstance.Initializes the value for thelabelattribute.Initializes the value for thelanguageattribute.ImmutableQuestionnaireMetadata.Builder.lastAnswer(Date lastAnswer) Initializes the value for thelastAnswerattribute.Initializes the value for theopenedattribute.Initializes the value for theownerattribute.ImmutableQuestionnaireMetadata.Builder.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ImmutableQuestionnaireMetadata.Builder.putAdditionalProperties(Map.Entry<String, ? extends Object> entry) Put one entry to theadditionalPropertiesmap.ImmutableQuestionnaireMetadata.Builder.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toadditionalPropertiesmap.ImmutableQuestionnaireMetadata.Builder.reason(Questionnaire.Metadata.Reason reason) Initializes the value for thereasonattribute.ImmutableQuestionnaireMetadata.Builder.status(Questionnaire.Metadata.Status status) Initializes the value for thestatusattribute.Initializes the value for thesubmitUrlattribute.Initializes the value for thetenantIdattribute.