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. componentsComponentsMethods in com.ellucian.generated.eedm.meal_plans.v10_0 that return Component Modifier and Type Method Description ComponentComponent. withNumberOfUnits(Double numberOfUnits)ComponentComponent. withRestrictions(List<Restriction> restrictions)ComponentComponent. withTimePeriod(Component.TimePeriod timePeriod)ComponentComponent. 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 voidMealPlans. setComponents(List<Component> components)ComponentsMealPlansMealPlans. withComponents(List<Component> components)
-