Uses of Class
org.xwiki.wiki.user.MemberCandidacy.CandidateType
-
-
Uses of MemberCandidacy.CandidateType in org.xwiki.wiki.user
Methods in org.xwiki.wiki.user that return MemberCandidacy.CandidateType Modifier and Type Method Description MemberCandidacy.CandidateTypeMemberCandidacy. getType()static MemberCandidacy.CandidateTypeMemberCandidacy.CandidateType. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberCandidacy.CandidateType[]MemberCandidacy.CandidateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.wiki.user with parameters of type MemberCandidacy.CandidateType Modifier and Type Method Description voidMemberCandidacy. setType(MemberCandidacy.CandidateType type)Constructors in org.xwiki.wiki.user with parameters of type MemberCandidacy.CandidateType Constructor Description MemberCandidacy(String wikiId, String userId, MemberCandidacy.CandidateType type)Constructor.
-