Uses of Class
com.ellucian.generated.eedm.apply_applications.v1_0_0.DecisionFactor
-
Packages that use DecisionFactor Package Description com.ellucian.generated.eedm.apply_applications.v1_0_0 -
-
Uses of DecisionFactor in com.ellucian.generated.eedm.apply_applications.v1_0_0
Fields in com.ellucian.generated.eedm.apply_applications.v1_0_0 with type parameters of type DecisionFactor Modifier and Type Field Description private List<DecisionFactor>
ApplyApplications. decisionFactors
Decision FactorsMethods in com.ellucian.generated.eedm.apply_applications.v1_0_0 that return DecisionFactor Modifier and Type Method Description DecisionFactor
DecisionFactor. withId(String id)
Methods in com.ellucian.generated.eedm.apply_applications.v1_0_0 that return types with arguments of type DecisionFactor Modifier and Type Method Description List<DecisionFactor>
ApplyApplications. getDecisionFactors()
Decision FactorsMethod parameters in com.ellucian.generated.eedm.apply_applications.v1_0_0 with type arguments of type DecisionFactor Modifier and Type Method Description void
ApplyApplications. setDecisionFactors(List<DecisionFactor> decisionFactors)
Decision FactorsApplyApplications
ApplyApplications. withDecisionFactors(List<DecisionFactor> decisionFactors)
-