Package | Description |
---|---|
com.blockchyp.client | |
com.blockchyp.client.dto |
Modifier and Type | Method and Description |
---|---|
SurveyQuestion |
BlockChypClient.surveyQuestion(SurveyQuestionRequest request)
Returns a single survey question with response data.
|
SurveyQuestion |
BlockChypClient.surveyResults(SurveyResultsRequest request)
Returns results for a single survey question.
|
SurveyQuestion |
BlockChypClient.updateSurveyQuestion(SurveyQuestion request)
Updates or creates a survey question.
|
Modifier and Type | Method and Description |
---|---|
SurveyQuestion |
BlockChypClient.updateSurveyQuestion(SurveyQuestion request)
Updates or creates a survey question.
|
Modifier and Type | Method and Description |
---|---|
Collection<SurveyQuestion> |
SurveyQuestionResponse.getResults()
Gets the full result set responsive to the original request.
|
Modifier and Type | Method and Description |
---|---|
void |
SurveyQuestionResponse.addResult(SurveyQuestion value)
Adds a the full result set responsive to the original request.
|
Modifier and Type | Method and Description |
---|---|
void |
SurveyQuestionResponse.setResults(Collection<SurveyQuestion> value)
Sets the full result set responsive to the original request.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.