Uses of Class
edu.internet2.middleware.grouperVoot.beans.VootPerson
Packages that use VootPerson
-
Uses of VootPerson in edu.internet2.middleware.grouperVoot.messages
Methods in edu.internet2.middleware.grouperVoot.messages that return VootPersonModifier and TypeMethodDescriptionVootGetMembersResponse.getEntry()
Get the results as array of VOOT persons.static VootPerson[]
VootGetMembersResponse.sort
(VootPerson[] entries, String sortBy) Method that sorts one array of VOOT persons.Methods in edu.internet2.middleware.grouperVoot.messages with parameters of type VootPersonModifier and TypeMethodDescriptionvoid
VootGetMembersResponse.setEntry
(VootPerson[] entry1) Set the results passing an array of VOOT persons.void
VootGetMembersResponse.setEntry
(VootPerson[] entry1, int start, int count) Set the results by taking a slice of the elements in an array of VOOT persons.static VootPerson[]
VootGetMembersResponse.sort
(VootPerson[] entries, String sortBy) Method that sorts one array of VOOT persons.