Interface ProfileTemplate.Builder

    • Method Detail

      • templateName

        ProfileTemplate.Builder templateName​(String templateName)

        The name of the profile template.

        Parameters:
        templateName - The name of the profile template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateQuestions

        ProfileTemplate.Builder templateQuestions​(Collection<ProfileTemplateQuestion> templateQuestions)

        Profile template questions.

        Parameters:
        templateQuestions - Profile template questions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateQuestions

        ProfileTemplate.Builder templateQuestions​(ProfileTemplateQuestion... templateQuestions)

        Profile template questions.

        Parameters:
        templateQuestions - Profile template questions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ProfileTemplate.Builder createdAt​(Instant createdAt)
        Sets the value of the CreatedAt property for this object.
        Parameters:
        createdAt - The new value for the CreatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        ProfileTemplate.Builder updatedAt​(Instant updatedAt)
        Sets the value of the UpdatedAt property for this object.
        Parameters:
        updatedAt - The new value for the UpdatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.