Uses of Enum Class
org.alfresco.hxi_connector.common.model.prediction.UpdateType
Packages that use UpdateType
-
Uses of UpdateType in org.alfresco.hxi_connector.common.model.prediction
Methods in org.alfresco.hxi_connector.common.model.prediction that return UpdateTypeModifier and TypeMethodDescriptionstatic UpdateTypeReturns the enum constant of this class with the specified name.static UpdateType[]UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.hxi_connector.common.model.prediction with parameters of type UpdateTypeModifierConstructorDescriptionPredictionModel(String property, Date predictionDateTime, float confidenceLevel, String modelId, Serializable predictionValue, UpdateType updateType)