Uses of Class
com.blockchyp.client.dto.SurveyQuestion
Packages that use SurveyQuestion
-
Uses of SurveyQuestion in com.blockchyp.client
Methods in com.blockchyp.client that return SurveyQuestionModifier and TypeMethodDescriptionBlockChypClient.surveyQuestion(SurveyQuestionRequest request) Returns a single survey question with response data.BlockChypClient.surveyResults(SurveyResultsRequest request) Returns results for a single survey question.BlockChypClient.updateSurveyQuestion(SurveyQuestion request) Updates or creates a survey question.Methods in com.blockchyp.client with parameters of type SurveyQuestionModifier and TypeMethodDescriptionBlockChypClient.updateSurveyQuestion(SurveyQuestion request) Updates or creates a survey question. -
Uses of SurveyQuestion in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type SurveyQuestionModifier and TypeMethodDescriptionSurveyQuestionResponse.getResults()Gets the full result set responsive to the original request.Methods in com.blockchyp.client.dto with parameters of type SurveyQuestionModifier and TypeMethodDescriptionvoidSurveyQuestionResponse.addResult(SurveyQuestion value) Adds a the full result set responsive to the original request.Method parameters in com.blockchyp.client.dto with type arguments of type SurveyQuestionModifier and TypeMethodDescriptionvoidSurveyQuestionResponse.setResults(Collection<SurveyQuestion> value) Sets the full result set responsive to the original request.