Uses of Class
com.openindex.openestate.tool.agency.AgencyImportTask.UpdateMethod
-
Packages that use AgencyImportTask.UpdateMethod Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien. -
-
Uses of AgencyImportTask.UpdateMethod in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return AgencyImportTask.UpdateMethod Modifier and Type Method Description AgencyImportTask.UpdateMethod
AgencyImportTask.Settings. getUpdateMethod()
static AgencyImportTask.UpdateMethod
AgencyImportTask.UpdateMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgencyImportTask.UpdateMethod[]
AgencyImportTask.UpdateMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.agency with parameters of type AgencyImportTask.UpdateMethod Modifier and Type Method Description void
AgencyImportTask.Settings. setUpdateMethod(AgencyImportTask.UpdateMethod value)
-