Uses of Enum Class
com.maplander.backend.model.site.SiteRV.SiteType
Packages that use SiteRV.SiteType
Package
Description
-
Uses of SiteRV.SiteType in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type SiteRV.SiteTypeModifier and TypeMethodDescriptionSiteRVEndpoint.listSiteRVByType
(SiteRV.SiteType type, Integer limit, String cursor) -
Uses of SiteRV.SiteType in com.maplander.backend.dao.siteRV
Methods in com.maplander.backend.dao.siteRV with parameters of type SiteRV.SiteTypeModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<SiteRV> SiteRVDAO.listSiteRVByType
(SiteRV.SiteType type, Integer limit, String cursor) -
Uses of SiteRV.SiteType in com.maplander.backend.model.site
Subclasses with type arguments of type SiteRV.SiteType in com.maplander.backend.model.siteMethods in com.maplander.backend.model.site that return SiteRV.SiteTypeModifier and TypeMethodDescriptionSiteRV.getType()
static SiteRV.SiteType
Returns the enum constant of this class with the specified name.static SiteRV.SiteType[]
SiteRV.SiteType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.maplander.backend.model.site with parameters of type SiteRV.SiteType