Uses of Class
io.github.ma1uta.matrix.event.nested.Candidate
-
Packages that use Candidate Package Description io.github.ma1uta.matrix.event.content Event content classes. -
-
Uses of Candidate in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content with type parameters of type Candidate Modifier and Type Field Description private List<Candidate>
CallCandidatesContent. candidates
Required.Methods in io.github.ma1uta.matrix.event.content that return types with arguments of type Candidate Modifier and Type Method Description List<Candidate>
CallCandidatesContent. getCandidates()
Method parameters in io.github.ma1uta.matrix.event.content with type arguments of type Candidate Modifier and Type Method Description void
CallCandidatesContent. setCandidates(List<Candidate> candidates)
-