Uses of Class
com.ellucian.generated.eedm.meal_plans.v10_0.Component
-
Packages that use Component Package Description com.ellucian.generated.eedm.meal_plans.v10_0 -
-
Uses of Component in com.ellucian.generated.eedm.meal_plans.v10_0
Fields in com.ellucian.generated.eedm.meal_plans.v10_0 with type parameters of type Component Modifier and Type Field Description private List<Component>
MealPlans. components
ComponentsMethods in com.ellucian.generated.eedm.meal_plans.v10_0 that return Component Modifier and Type Method Description Component
Component. withNumberOfUnits(Double numberOfUnits)
Component
Component. withRestrictions(List<Restriction> restrictions)
Component
Component. withTimePeriod(Component.TimePeriod timePeriod)
Component
Component. withUnitType(Component.UnitType unitType)
Methods in com.ellucian.generated.eedm.meal_plans.v10_0 that return types with arguments of type Component Modifier and Type Method Description List<Component>
MealPlans. getComponents()
ComponentsMethod parameters in com.ellucian.generated.eedm.meal_plans.v10_0 with type arguments of type Component Modifier and Type Method Description void
MealPlans. setComponents(List<Component> components)
ComponentsMealPlans
MealPlans. withComponents(List<Component> components)
-