Uses of Enum Class
overit.geocall.edm.model.EntityIndexUpdateResult.Result
Packages that use EntityIndexUpdateResult.Result
-
Uses of EntityIndexUpdateResult.Result in overit.geocall.edm.model
Methods in overit.geocall.edm.model that return EntityIndexUpdateResult.ResultModifier and TypeMethodDescriptionEntityIndexUpdateResult.result()Returns the value of theresultrecord component.Returns the enum constant of this class with the specified name.static EntityIndexUpdateResult.Result[]EntityIndexUpdateResult.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in overit.geocall.edm.model with parameters of type EntityIndexUpdateResult.ResultModifierConstructorDescriptionEntityIndexUpdateResult(DataEntity dataEntity, String indexRealName, EntityIndexUpdateResult.Result result, String detailMessage) Creates and return a newEntityIndexUpdateResultinstance using the provided parameters.EntityIndexUpdateResult(DataEntity dataEntity, String indexRealName, EntityIndexUpdateResult.Result result, String detailMessage, Exception exception) Creates an instance of aEntityIndexUpdateResultrecord class.