Uses of Class
org.openiam.idm.srvc.pswd.dto.HelpDeskQuestion
-
Packages that use HelpDeskQuestion Package Description org.openiam.base.request org.openiam.base.response -
-
Uses of HelpDeskQuestion in org.openiam.base.request
Methods in org.openiam.base.request that return HelpDeskQuestion Modifier and Type Method Description HelpDeskQuestion
HelpdeskQuestionsRequest. getQuestionByField(String field)
-
Uses of HelpDeskQuestion in org.openiam.base.response
Methods in org.openiam.base.response that return HelpDeskQuestion Modifier and Type Method Description HelpDeskQuestion
HelpDeskQuestionsResponse. getQuestionByField(String field)
Methods in org.openiam.base.response that return types with arguments of type HelpDeskQuestion Modifier and Type Method Description List<HelpDeskQuestion>
HelpDeskQuestionsResponse. getQuestions()
Method parameters in org.openiam.base.response with type arguments of type HelpDeskQuestion Modifier and Type Method Description void
HelpDeskQuestionsResponse. setQuestions(List<HelpDeskQuestion> questions)
-