Uses of Class
com.ellucian.generated.eedm.person_visas.v11_0.Entry
-
Packages that use Entry Package Description com.ellucian.generated.eedm.person_visas.v11_0 -
-
Uses of Entry in com.ellucian.generated.eedm.person_visas.v11_0
Fields in com.ellucian.generated.eedm.person_visas.v11_0 with type parameters of type Entry Modifier and Type Field Description private List<Entry>
PersonVisas. entries
EntriesMethods in com.ellucian.generated.eedm.person_visas.v11_0 that return Entry Modifier and Type Method Description Entry
Entry. withEnteredOn(Object enteredOn)
Methods in com.ellucian.generated.eedm.person_visas.v11_0 that return types with arguments of type Entry Modifier and Type Method Description List<Entry>
PersonVisas. getEntries()
EntriesMethod parameters in com.ellucian.generated.eedm.person_visas.v11_0 with type arguments of type Entry Modifier and Type Method Description void
PersonVisas. setEntries(List<Entry> entries)
EntriesPersonVisas
PersonVisas. withEntries(List<Entry> entries)
-