BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-core
/
com.microblink.core
/
Survey
/
Builder
Builder
open
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
@
NonNull
open
fun
build
(
)
:
Survey
client
User
Id
Link copied to clipboard
@
NonNull
open
fun
clientUserId
(
@
Nullable
clientUserId
:
String
)
:
Survey.Builder
end
Date
Link copied to clipboard
@
NonNull
open
fun
endDate
(
@
Nullable
endDate
:
String
)
:
Survey.Builder
questions
Link copied to clipboard
@
NonNull
open
fun
questions
(
@
Nullable
questions
:
List
<
SurveyQuestion
>
)
:
Survey.Builder
reward
Value
Link copied to clipboard
@
NonNull
open
fun
rewardValue
(
@
Nullable
rewardValue
:
String
)
:
Survey.Builder
server
Id
Link copied to clipboard
@
NonNull
open
fun
serverId
(
serverId
:
Int
)
:
Survey.Builder
slug
Link copied to clipboard
@
NonNull
open
fun
slug
(
@
Nullable
slug
:
String
)
:
Survey.Builder
start
Date
Link copied to clipboard
@
NonNull
open
fun
startDate
(
@
Nullable
startDate
:
String
)
:
Survey.Builder