Uses of Class
com.blockchyp.client.dto.SurveyDataPoint
Packages that use SurveyDataPoint
-
Uses of SurveyDataPoint in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type SurveyDataPointModifier and TypeMethodDescriptionSurveyQuestion.getResponses()Gets the set of response data points.Methods in com.blockchyp.client.dto with parameters of type SurveyDataPointModifier and TypeMethodDescriptionvoidSurveyQuestion.addResponse(SurveyDataPoint value) Adds a the set of response data points.Method parameters in com.blockchyp.client.dto with type arguments of type SurveyDataPointModifier and TypeMethodDescriptionvoidSurveyQuestion.setResponses(Collection<SurveyDataPoint> value) Sets the set of response data points.