Uses of Class
com.softlayer.api.service.survey.Question
-
Packages that use Question Package Description com.softlayer.api.service com.softlayer.api.service.account.partner.referral com.softlayer.api.service.survey -
-
Uses of Question in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Question Modifier and Type Field Description protected List<Question>
Survey. questions
The questions for a survey.Methods in com.softlayer.api.service that return types with arguments of type Question Modifier and Type Method Description List<Question>
Survey. getQuestions()
List<Question>
Survey.Service. getQuestions()
The questions for a survey.Future<List<Question>>
Survey.ServiceAsync. getQuestions()
Async version ofSurvey.Service.getQuestions()
Method parameters in com.softlayer.api.service with type arguments of type Question Modifier and Type Method Description Future<?>
Survey.ServiceAsync. getQuestions(ResponseHandler<List<Question>> callback)
Async callback version ofSurvey.Service.getQuestions()
-
Uses of Question in com.softlayer.api.service.account.partner.referral
Methods in com.softlayer.api.service.account.partner.referral that return types with arguments of type Question Modifier and Type Method Description List<Question>
Prospect.Service. getSurveyQuestions()
Retrieves Questions for a Referral Partner SurveyFuture<List<Question>>
Prospect.ServiceAsync. getSurveyQuestions()
Async version ofProspect.Service.getSurveyQuestions()
Method parameters in com.softlayer.api.service.account.partner.referral with type arguments of type Question Modifier and Type Method Description Future<?>
Prospect.ServiceAsync. getSurveyQuestions(ResponseHandler<List<Question>> callback)
-
Uses of Question in com.softlayer.api.service.survey
Fields in com.softlayer.api.service.survey declared as Question Modifier and Type Field Description protected Question
Answer. surveyQuestion
The survey question that this answer belongs to.Methods in com.softlayer.api.service.survey that return Question Modifier and Type Method Description Question
Answer. getSurveyQuestion()
Methods in com.softlayer.api.service.survey with parameters of type Question Modifier and Type Method Description void
Answer. setSurveyQuestion(Question surveyQuestion)
-