Builder

open class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NonNull
open fun build(): Survey
Link copied to clipboard
@NonNull
open fun clientUserId(@Nullable clientUserId: String): Survey.Builder
Link copied to clipboard
@NonNull
open fun endDate(@Nullable endDate: String): Survey.Builder
Link copied to clipboard
@NonNull
open fun questions(@Nullable questions: List<SurveyQuestion>): Survey.Builder
Link copied to clipboard
@NonNull
open fun rewardValue(@Nullable rewardValue: String): Survey.Builder
Link copied to clipboard
@NonNull
open fun serverId(serverId: Int): Survey.Builder
Link copied to clipboard
@NonNull
open fun slug(@Nullable slug: String): Survey.Builder
Link copied to clipboard
@NonNull
open fun startDate(@Nullable startDate: String): Survey.Builder