- GeoFilter - Class in com.telenav.sdk.entity.model.search
-
GeoFilter that can be used for geo spatial search with different types of
geometries, including bounding box, polygon, along route and nearby search
with radius.
- GeoFilter() - Constructor for class com.telenav.sdk.entity.model.search.GeoFilter
-
- GeoFilterType - Enum in com.telenav.sdk.entity.model.search
-
Enum of GeoFilterType, supported values: BBOX, CORRIDOR, RADIUS, POLYGON.
- GeoPoint - Class in com.telenav.sdk.common.model
-
Contains the geo-coordinate of the location (latitude and longitude)
- GeoPoint(double, double) - Constructor for class com.telenav.sdk.common.model.GeoPoint
-
Building an instance object
- GeoPoint - Class in com.telenav.sdk.entity.model.base
-
Contains the geo-coordinate of the location (latitude and longitude)
- GeoPoint() - Constructor for class com.telenav.sdk.entity.model.base.GeoPoint
-
- GeoPoint(double, double) - Constructor for class com.telenav.sdk.entity.model.base.GeoPoint
-
- GeoPoint.Builder - Class in com.telenav.sdk.entity.model.base
-
- getAccept() - Method in class com.telenav.sdk.entity.model.base.PaymentMethod
-
Indicates if the payment method is accepted or not.
- getActiveWord() - Method in class com.telenav.sdk.entity.model.prediction.WordPrediction
-
The preceding word related to which the next word is proposed.
- getAdditionalAttributes() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get additional attributes.
- getAdditionalAttributes() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Get additional attributes on top of the attributes defined in OCPI spec.
- getAdditionalAttributes() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Additional attributes.
- getAdditionalFacetAttributes() - Method in class com.telenav.sdk.entity.model.base.FacetParameters
-
Get additional facet attributes.
- getAdditionalInfo() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
List of supplementary booking details.
- getAdditionalRequiredFields() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
List of additional fields required in the booking api call.
- getAddress() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Provides details of the physical location of a place.
- getAddress() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
The physical location detail of the place.
- getAddressLines() - Method in class com.telenav.sdk.entity.model.base.Address
-
List containing the formatted address in separate lines when address_line
is specified in request.
- getAddressType() - Method in class com.telenav.sdk.entity.model.base.EntityAddress
-
Indicates the type of address, for example address_type=street.
- getAlias() - Method in class com.telenav.sdk.entity.model.base.Category
-
Get category alias.
- getAliasNames() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
List of alias names for the place.
- getAllAttributes() - Method in class com.telenav.sdk.entity.model.base.EvAdditionalAttributes
-
Returns the key-value map for all attributes.
- getAllowDataCollection() - Method in class com.telenav.sdk.core.SDKOptions
-
Get boolean flag to control whether allows sending event data to cloud or not, default value is TRUE.
- getAmenities() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides information about the amenities contained in Entity.
- getAmenities() - Method in class com.telenav.sdk.entity.model.base.ReviewRating
-
Get user rating regarding the richness and diversity of amenities, range [1, 5].
- getAmenities() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter
-
Get filter of amenities IDs list.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Provides the quoted price.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Price per unit.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnvironmentalImpact
-
Amount of this portion in g/kWh.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Parking cost specific to the parking time and day.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.Price
-
The item cost.
- getAmount() - Method in class com.telenav.sdk.entity.model.base.Rate
-
Provides the price amount.
- getAmountText() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Provides the quoted price as text.
- getAnalytics() - Method in class com.telenav.sdk.core.SDKOptions
-
Get analytics object
- getAnchor() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get search anchor.
- getApiKey() - Method in class com.telenav.sdk.core.SDKOptions
-
Get API key, required for cloud search.
- getApiSecret() - Method in class com.telenav.sdk.core.SDKOptions
-
Get API secret, required for cloud search.
- getApplicationInfo() - Method in class com.telenav.sdk.core.SDKOptions
-
Get application info which uses the SDK, used for analytics purpose.
- getApplicationName() - Method in class com.telenav.sdk.core.ApplicationInfo
-
Get
- getApplicationVersion() - Method in class com.telenav.sdk.core.ApplicationInfo
-
Get version of the client which uses the SDK, used for analytics purpose.
- getArriveAfter() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the time to arrive after for the price to apply.
- getArriveBefore() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the time to arrive by for the price to apply.
- getAttribute(String) - Method in class com.telenav.sdk.entity.model.base.EvAdditionalAttributes
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
- getAvailability() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Indicates booking availability.
- getAvailable() - Method in class com.telenav.sdk.entity.model.base.Connector
-
The number of available connectors.
- getAvailable() - Method in class com.telenav.sdk.entity.model.base.ocpi.Count
-
Get available count of connectors.
- getAvailableCategories() - Method in class com.telenav.sdk.entity.model.search.EntityExit
-
Get list of categories that are available at the exit.
- getAverageRating() - Method in class com.telenav.sdk.entity.model.base.Rating
-
The average ratings across all users.
- getBbox() - Method in class com.telenav.sdk.entity.model.search.BBoxGeoFilter
-
For bounding box search.
- getBean(SDKOptions, EntityServiceSettings) - Static method in class com.telenav.sdk.entity.model.base.EntityClientBeanFactory
-
- getBody() - Method in class com.telenav.sdk.entity.model.base.Street
-
The street body.
- getBooking() - Method in class com.telenav.sdk.entity.model.base.Parking
-
- getBookingProviders() - Method in class com.telenav.sdk.entity.model.base.Booking
-
Lists the booking providers.
- getBookingQuotes() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
Provides booking price quote based on entry time and duration.
- getBotStatus() - Method in class com.telenav.sdk.entity.model.base.FacetOrder
-
Get bot status
- getBottomLeft() - Method in class com.telenav.sdk.entity.model.search.BBox
-
The bottom left geo-coordinates of the bounding box.
e.g.
- getBrand() - Method in class com.telenav.sdk.entity.model.base.NearbyBrand
-
The brand of a nearby POI.
- getBrandFilter() - Method in class com.telenav.sdk.entity.model.search.SearchFilters
-
Used for filtering by entity brand IDs.
- getBrandIconId() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The id assigned to a brand icon.
- getBrandId() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The id for to a brand or chain.
- getBrandLogo() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The logo url for the brand
- getBrandName() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The brand or chain name.
- getBrands() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
The list of brands associated with an entity.
- getBrands() - Method in class com.telenav.sdk.entity.model.search.BrandFilter
-
Get list of brand IDs.
- getBusinessFilter() - Method in class com.telenav.sdk.entity.model.search.SearchFilters
-
Used for filtering by business-related attributes.
- getCalculatedRates() - Method in class com.telenav.sdk.entity.model.base.ParkingPrice
-
Provides calculated parking price based on entry time and duration.
- getCallFactory() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the customized okhttp call factory.
- getCapabilities() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
List of functionalities that the EVSE is capable of.
- getCategories() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
List of categories associated to an entity.
- getCategories() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest
-
Get discover category IDs.
- getCategories() - Method in class com.telenav.sdk.entity.model.search.CategoryFilter
-
Get List of categories.
- getCategories() - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest
-
Get the categories that available near the exit location.
- getCategoriesRequest() - Method in interface com.telenav.sdk.entity.api.EntityClient
-
- getCategoriesRequest() - Method in class com.telenav.sdk.entity.cloud.CloudEntityClient
-
- getCategoriesRequest() - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getCategoriesRequest(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getCategoriesRequest(HybridRequestSettings) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getCategory() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The primary category id and category name associated with the brand
- getCategory() - Method in class com.telenav.sdk.entity.model.base.NearbyCategory
-
The category of a nearby POI.
- getCategory() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnvironmentalImpact
-
The environmental impact category of this value.
- getCategory() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
- getCategory() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest
-
Discovery category id or alias.
- getCategory() - Method in class com.telenav.sdk.entity.model.search.EntityExitCategory
-
Get the associated category.
- getCategoryFilter() - Method in class com.telenav.sdk.entity.model.search.SearchFilters
-
Used for filtering by category IDs.
- getChargeCapacity() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Charge capacity of the connector.
- getChargeMode() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Charging mode of the connector.
- getChargerBrand() - Method in class com.telenav.sdk.entity.model.base.Connector
-
EV charging network or brand.
- getChargerBrands() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get EV charger brand ID list.
- getChargerManufacturer() - Method in class com.telenav.sdk.entity.model.base.Connector
-
The charge station manufacturer.
- getChargerSubBrand() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Get EV charging sub network or sub-operator.
- getChargeStations() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides the electric charging stations flow OCPI spec.
- getCheckinHistory() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Indicates the latest checkin history.
- getCheckinRecords() - Method in class com.telenav.sdk.entity.model.base.CheckinHistory
-
Records of latest 5 check-ins.
- getCheckinTime() - Method in class com.telenav.sdk.entity.model.base.CheckinRecord
-
The UTC time of check in the charger station
format: "YYYY-MM-DDTHH:mm:ssZ"
- getCheckoutTime() - Method in class com.telenav.sdk.entity.model.base.CheckinRecord
-
The UTC time of check out the charger station
format: "YYYY-MM-DDTHH:mm:ssZ"
- getChildNodes() - Method in class com.telenav.sdk.entity.model.base.Category
-
List of child categories associated with a parent category.
- getChildren() - Method in class com.telenav.sdk.entity.model.base.RelatedEntities
-
Contains places that have child relationship to the referred entity.
- getCity() - Method in class com.telenav.sdk.entity.model.base.Address
-
The city name.
- getClient() - Static method in class com.telenav.sdk.entity.api.EntityService
-
Gets an instance of EntityClient.
- getClosed() - Method in class com.telenav.sdk.entity.model.base.SpecialHours
-
Indicates if the business is closed on the date.
- getCloudEndPoint() - Method in class com.telenav.sdk.core.SDKOptions
-
Get SDK cloud end point, required for cloud search.
- getCode() - Method in exception com.telenav.sdk.entity.api.error.EntityServiceException
-
- getCode() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
- getCode() - Method in interface com.telenav.sdk.entity.model.base.EntityResponseBasic
-
Response code.
- getCommerceLocationId() - Method in class com.telenav.sdk.entity.model.base.FacetOrder
-
Get commerce location id.
- getConnectorCounts() - Method in class com.telenav.sdk.entity.model.base.FacetEvConnectors
-
Number of connectors by power feed level.
- getConnectorCounts() - Method in class com.telenav.sdk.entity.model.base.ocpi.ChargeStationSummary
-
Get statistics information grouped by name of the connector type.
- getConnectorNumber() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Number of connectors at the charging station.
- getConnectors() - Method in class com.telenav.sdk.entity.model.base.FacetEvConnectors
-
EV connector specifics.
- getConnectors() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
List of available connectors on the EVSE.
- getConnectorType() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Identifies the connector type.
- getConnectorType() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Identifies the connector type.
- getConnectorTypeName() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnectorCount
-
Get the name of connector type.
- getConnectorTypes() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get EV connector types.
- getContext() - Method in class com.telenav.sdk.entity.model.base.Entity
-
String to reflect current search context, might be required in detail request for acquiring more facets like
FacetOffer
.
- getContext() - Method in class com.telenav.sdk.entity.model.base.EntityItem
-
Get context.
- getCoordinates() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Coordinates of the EVSE.
- getCount() - Method in class com.telenav.sdk.entity.model.base.Brand
-
The count of stores for the brand
- getCount() - Method in class com.telenav.sdk.entity.model.base.FacetContent
-
Entity count for the given facet field.
- getCount() - Method in class com.telenav.sdk.entity.model.base.MetadataItemDescriptor
-
Get the item count for a particular metadata type
- getCount() - Method in class com.telenav.sdk.entity.model.base.NearbyCategory
-
The number of POIs belonging to a category.
- getCount() - Method in class com.telenav.sdk.entity.model.base.Pivot
-
Entity count for the given facet field.
- getCountry() - Method in class com.telenav.sdk.entity.model.base.Address
-
The three-letter country code, as specified in
ISO-3166 .
- getCountryCode() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
ISO-3166 alpha-2 country code of the CPO that owns this Tariff.
- getCounts() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnectorCount
-
Get statistics information grouped by power feed level.
- getCounts() - Method in class com.telenav.sdk.entity.model.search.SearchMetadata
-
- getCounty() - Method in class com.telenav.sdk.entity.model.base.Address
-
The county name.
- getCreatedTime() - Method in class com.telenav.sdk.entity.model.base.Review
-
Get the millisecond timestamp of the review's created time.
- getCrossStreet() - Method in class com.telenav.sdk.entity.model.base.Address
-
The cross street for the address, if any.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
The pricing currency.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The currency for the amount.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
ISO-4217 code of the currency of this tariff.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
The pricing currency.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.Price
-
The pricing currency.
- getCurrency() - Method in class com.telenav.sdk.entity.model.base.Rate
-
The pricing currency.
- getCurrentLocation() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the location to optimize service initialization.
- getCustomerChargeLevel() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Maximum power level index.
- getCustomerChargeLevels() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get customer charge levels.
- getCustomerConnectorName() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Customer specific connector name associated with connect type.
- getDate() - Method in class com.telenav.sdk.entity.model.base.SpecialHours
-
Provides the date on which the operational hours are not as per normal.
- getDay() - Method in class com.telenav.sdk.entity.model.base.Period
-
Day of the week:
- getDayMask() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Day mask used if pricing varies based on day of week.
- getDayMask() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Days of the week as an 8-bit integer mask.
- getDayOfWeek() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Which day(s) of the week this TariffElement is active.
- getDepartAfter() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the time to depart after for the price to apply.
- getDepartBefore() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the time to depart by for the price to apply.
- getDescription() - Method in class com.telenav.sdk.entity.model.base.PaymentMethod
-
Provides additional description for the payment method.
- getDescription() - Method in class com.telenav.sdk.entity.model.base.Price
-
Item description.
- getDetailLevel() - Method in class com.telenav.sdk.entity.model.lookup.GetDetailOptions
-
To return entity with all the relevant information or just basic information.
- getDetailOptions() - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest
-
Get options to customize detail request behavior.
- GetDetailOptions - Class in com.telenav.sdk.entity.model.lookup
-
- GetDetailOptions.Builder - Class in com.telenav.sdk.entity.model.lookup
-
This builder is used to create a instance of
GetDetailOptions
, used for Telenav Rest Detail Api condition
- GetDetailOptions.EntityDetailLevel - Enum in com.telenav.sdk.entity.model.lookup
-
Enum of EntityDetailLevel, indicates how much data should be returned for the entity.
- getDetailRequest() - Method in interface com.telenav.sdk.entity.api.EntityClient
-
- getDetailRequest() - Method in class com.telenav.sdk.entity.cloud.CloudEntityClient
-
- getDetailRequest() - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getDetailRequest(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getDetailRequest(HybridRequestSettings) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- getDetourDistance() - Method in class com.telenav.sdk.entity.model.base.FacetDriveTime
-
Provides the change in travel distance(in meters) when driving to a
location that deviates from the original route.
- getDetourTime() - Method in class com.telenav.sdk.entity.model.base.FacetDriveTime
-
Provides the change in travel duration(in seconds) when driving to a
location that deviates from the original route.
- getDeviceGuid() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the global unique id associated with the device.
- getDirections() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Multi-language human-readable directions when more detailed information on how to reach the EVSE from the Location is required.
- getDirections() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Human-readable directions on how to reach the location.
- getDirs() - Method in class com.telenav.sdk.entity.model.base.Street
-
List of street directions.
- getDiscoverOptions() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest
-
Get discover options.
- getDisplayText() - Method in class com.telenav.sdk.entity.model.base.FacetOpenHours
-
Provides operational hours in free text.
- getDistance() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Distance from the anchor point to the entity in meter.
- getDistance() - Method in class com.telenav.sdk.entity.model.base.NearbyCategory
-
The max search distance of the category.
- getDriveDistance() - Method in class com.telenav.sdk.entity.model.base.FacetDriveTime
-
The travel distance from the anchor point to the destination in meters.
- getDriveDuration() - Method in class com.telenav.sdk.entity.model.base.FacetDriveTime
-
The travel duration from the anchor point to the destination in seconds.
- getDriveMaxHeight() - Method in class com.telenav.sdk.entity.model.base.ParkingFacilityDetails
-
Indicates vehicle height restrictions in meters.
- getDriveMaxWeight() - Method in class com.telenav.sdk.entity.model.base.ParkingFacilityDetails
-
Indicates vehicle weight restriction.
- getDriveMaxWidth() - Method in class com.telenav.sdk.entity.model.base.ParkingFacilityDetails
-
Indicates vehicle width restriction.
- getDriveTime() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides the drive time from user location to the entity
- getDuration() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
The reservation duration in minutes.
- getDuration() - Method in class com.telenav.sdk.entity.model.base.ParkingParameters
-
The parking duration in minutes.
- getElements() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
List of Tariff Elements.
- getEmails() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
List of email contacts for the place.
- getEndDate() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
End date in local time.
- getEndDateTime() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
The time after which this tariff is no longer valid, in UTC.
- getEndTime() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Provides reserve end time ISO8601 DateTime format.
- getEndTime() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
End time of day in local time.
- getEnergyMix() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Details on the energy supplied at this location.
- getEnergyMix() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
Details on the energy supplied with this tariff.
- getEnergyProductName() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergyMix
-
Name of the energy suppliers product/tariff plan used at this location.*
- getEnergySources() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergyMix
-
Key-value pairs (enum + percentage) of energy sources of this location’s tariff.
- getEntity() - Method in class com.telenav.sdk.entity.model.prediction.Suggestion
-
Provides the complete entity object
- getEntity() - Method in class com.telenav.sdk.entity.model.search.EntityExit
-
Get the rest area place details for the exit.
- getEntityCount() - Method in class com.telenav.sdk.entity.model.search.EntityExitCategory
-
Get the number of entities belonging to the category.
- getEntityId() - Method in class com.telenav.sdk.entity.model.base.EntityItem
-
Get entity id.
- getEntityIds() - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest
-
Get list of place or address id for details lookup
- getEntityItems() - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest
-
List of entity item for details lookup.
- getEntryTime() - Method in class com.telenav.sdk.entity.model.base.ParkingParameters
-
Get time of entry in iso8601 format, will parse "yyyy-MM-ddTHH:mmZ" as UTC format or "yyyy-MM-ddTHH:mm" as local time.
- getEnvironImpact() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergyMix
-
Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.
- getEvConnectors() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides electric charging details.
- getEvFilter() - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceFilters
-
Used for EV charge stations related filtering by EV attributes.
- getEvFilter() - Method in class com.telenav.sdk.entity.model.search.SearchFilters
-
Used for EV charge stations related filtering by EV attributes.
- getEvseCapabilities() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the capabilities of an EVSE.
- getEvseCoordinates() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the coordinates of EVSE.
- getEvseId() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the EVSE Id.
- getEvseId() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Compliant with the following specification for EVSE ID from "eMI3 standard version V1.0"
- getEvses() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
List of EVSEs that belong to this Location.
- getEvseStatus() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get status of EVSE, compliance with OCPI specifications.
- getEvseUid() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the uniquely identifies the EVSE within the CPOs platform.
- getExceptionalClosings() - Method in class com.telenav.sdk.entity.model.base.ocpi.Hours
-
Exceptions for specified calendar dates, time-range based.
- getExceptionalOpenings() - Method in class com.telenav.sdk.entity.model.base.ocpi.Hours
-
Exceptions for specified calendar dates, time-range based.
- getExclVat() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiPrice
-
Price/Cost excluding VAT.
- getExitId() - Method in class com.telenav.sdk.entity.model.search.EntityExit
-
Get the identifier for an exit.
- getExitLocation() - Method in class com.telenav.sdk.entity.model.search.EntityExit
-
Get the geo-coordinates of the exit.
- getExits() - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest
-
Get exits, each one will be used to search for all categories and returned in response.
- getExitType() - Method in class com.telenav.sdk.entity.model.search.EntityExit
-
Get the type of exit.
- getExpireTime() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer end time, format: "YYYY-MM-DDTHH:mm:ssZ"
- getFacetDriveTime() - Method in class com.telenav.sdk.entity.model.base.Facets
-
- getFacetFieldParameters() - Method in class com.telenav.sdk.entity.model.base.FacetParameters
-
Get facet field parameters.
- getFacetFields() - Method in class com.telenav.sdk.entity.model.base.FacetFieldParameters
-
- getFacetFields() - Method in class com.telenav.sdk.entity.model.search.ResultsFacet
-
Lists the facet counts by attribute
- getFacetFieldsStringValues() - Method in class com.telenav.sdk.entity.model.base.FacetFieldParameters
-
- getFacetParameters() - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest
-
Get parameters to specify facet related search result.
- getFacetParameters() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get parameters to specify facet related search result.
- getFacetPivotFields() - Method in class com.telenav.sdk.entity.model.search.ResultsFacet
-
Lists the facet counts by pivoted attributes
- getFacets() - Method in class com.telenav.sdk.entity.model.base.Entity
-
An extended set of attributions for an entity.
- getFacets() - Method in class com.telenav.sdk.entity.model.base.FacetField
-
List of faceted counts by distinct field value
- getFacilities() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Optional list of facilities this charging location directly belongs to.
- getFacilityLevels() - Method in class com.telenav.sdk.entity.model.base.ParkingFacilityDetails
-
Indicates the number of floors/levels at a parking facility.
- getFeatures() - Method in class com.telenav.sdk.entity.model.base.MetadataBasic
-
Set of search engine features.
- getField() - Method in class com.telenav.sdk.entity.model.base.FacetField
-
The attribute on which faceted count generated
- getField() - Method in class com.telenav.sdk.entity.model.base.FilterTypeField
-
Get filter field.
- getField() - Method in class com.telenav.sdk.entity.model.base.Pivot
-
The attribute on which pivoted faceting counts generated.
- getFields() - Method in class com.telenav.sdk.entity.model.base.FacetPivotField
-
The list of fields on which pivoted facet counts generated.
- getFilters() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest
-
Get discover filters.
- getFilters() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest
-
Get filters.
- getFilters() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get search filters
- getFilterTypes() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get filter types.
- getFloorLevel() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Level on which the Charge Point is located (in garage buildings) in the locally displayed numbering scheme.
- getFormat() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
The format (socket/cable) of the installed connector.
- getFormattedAddress() - Method in class com.telenav.sdk.entity.model.base.Address
-
A display formatted address
- getFormattedLabel() - Method in class com.telenav.sdk.entity.model.prediction.Suggestion
-
The suggestion display text.
- getFormattedName() - Method in class com.telenav.sdk.entity.model.base.Street
-
The standardized street name.
- getFrom() - Method in class com.telenav.sdk.entity.model.base.TimeRange
-
Provides the start time, in HH:mm:ss format.
- getGeoCoordinates() - Method in class com.telenav.sdk.entity.model.base.Address
-
Display geo-coordinate for the address.
- getGeoFilter() - Method in class com.telenav.sdk.entity.model.discover.DiscoverFilters
-
Used for geo-spatial search with different types of geometries, only support
RadiusGeoFilter
now.
- getGeoFilter() - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceFilters
-
Used for geo-spatial search with different types of geometries, including
bounding box, polygon and discover with radius.
- getGeoFilter() - Method in class com.telenav.sdk.entity.model.search.SearchFilters
-
Used for geo-spatial search with different types of geometries, including
bounding box, polygon, corridor and search with radius.
- getGroupId() - Method in class com.telenav.sdk.entity.model.base.ocpi.PublishTokenType
-
This ID groups a couple of tokens.
- getHeight() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
- getHouseNumber() - Method in class com.telenav.sdk.entity.model.base.Address
-
The house/door number of the place.
- getHybridClient() - Static method in class com.telenav.sdk.entity.hybrid.HybridEntityService
-
Gets an instance of HybridEntityClient.
- getHybridSelectionTimeout() - Method in class com.telenav.sdk.entity.api.EntityServiceSettings
-
Get Hybrid SDK selection timeout in milliseconds.
- getHybridSelectionTimeout() - Method in class com.telenav.sdk.entity.hybrid.model.HybridRequestSettings
-
Get hybrid selection timeout.
- getId() - Method in class com.telenav.sdk.entity.model.base.Category
-
The id associated to a category.
- getId() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Get connector id.
- getId() - Method in class com.telenav.sdk.entity.model.base.ConnectorType
-
Connector type id.
- getId() - Method in class com.telenav.sdk.entity.model.base.DataField
-
The data field id.
- getId() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Unique identifier (entity id) for a place or address
- getId() - Method in class com.telenav.sdk.entity.model.base.FacetContent
-
The id for the distinct facet field name.
- getId() - Method in class com.telenav.sdk.entity.model.base.ocpi.BusinessDetails
-
Get the id of the operator(match brand id in existing api, not belongs OCPI).
- getId() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Uniquely identifies the location within the CPOs platform (and suboperator platforms).
- getId() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Identifier of the Connector within the EVSE.
- getId() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms).
- getId() - Method in class com.telenav.sdk.entity.model.base.Pivot
-
The id for the distinct facet field name.
- getId() - Method in class com.telenav.sdk.entity.model.base.ReviewUser
-
Get user id.
- getId() - Method in class com.telenav.sdk.entity.model.base.Source
-
Source id
- getId() - Method in class com.telenav.sdk.entity.model.prediction.Suggestion
-
Contains place or address id if suggestion is of type 'entity'.
- getIdleFee() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Cost of occupying the charging slot after charging completed.
- getImages() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Links to images related to the EVSE such as photos or logos.
- getImages() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Links to images related to the location such as photos or logos.
- getInclVat() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiPrice
-
Price/Cost including VAT.
- getIntent() - Method in class com.telenav.sdk.entity.model.search.SearchOptions
-
Get search intent specified in search options.
- getInuse() - Method in class com.telenav.sdk.entity.model.base.Connector
-
The number of connectors in use.
- getIsFree() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Get the value that indicate if it is free.
- getIsFree() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Get the value that indicate if it is free.
- getIsGreenEnergy() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergyMix
-
True if 100% from regenerative sources.
- getIssuer() - Method in class com.telenav.sdk.entity.model.base.ocpi.PublishTokenType
-
Issuing company, most of the times the name of the company printed on the token (RFID card), not necessarily the eMSP.
- getLabel() - Method in class com.telenav.sdk.entity.model.base.DataField
-
The corresponding name or label.
- getLabel() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Customized label added to the entity by system or user.
- getLabel() - Method in class com.telenav.sdk.entity.model.base.Price
-
Item name, for example a fuel label=Regular.
- getLabels() - Method in class com.telenav.sdk.entity.model.base.Review
-
Get review labels.
- getLanguage() - Method in class com.telenav.sdk.entity.model.base.AliasName
-
Provides the language corresponding to a rich field.
- getLanguage() - Method in class com.telenav.sdk.entity.model.base.ocpi.DisplayText
-
Get language Code ISO 639-1.
- getLastUpdated() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Timestamp when this EVSE or one of its Connectors was last updated (or created).
- getLastUpdated() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Timestamp when this Location or one of its EVSEs or Connectors were last updated (or created).
- getLastUpdated() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Timestamp when this Connector was last updated (or created).
- getLastUpdated() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
Timestamp when this Tariff was last updated (or created).
- getLastUpdateTime() - Method in class com.telenav.sdk.entity.model.base.Parking
-
Timestamp of last update in unix seconds.
- getLastUpdateTime() - Method in class com.telenav.sdk.entity.model.base.Price
-
The most recent price updated time, in unix seconds.
- getLastUpdateTimestamp() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Time stamp of last update in unix seconds.
- getLatitude() - Method in class com.telenav.sdk.common.model.GeoPoint
-
Get the latitude of the location in degrees
- getLatitude() - Method in class com.telenav.sdk.entity.model.base.GeoPoint
-
Get the latitude of the location in degrees
- getLatitude() - Method in class com.telenav.sdk.entity.model.base.ocpi.AdditionalGeoLocation
-
Get latitude.
- getLevel() - Method in class com.telenav.sdk.entity.model.base.ConnectorCount
-
Power feed level id.
- getLevel() - Method in class com.telenav.sdk.entity.model.base.PowerFeedType
-
The electric power feed level.
- getLimit() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest
-
Get the number of limit
- getLimit() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest
-
Result limit.
- getLimit() - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest
-
Get restriction on the maximum number of suggestion results to be returned.
- getLimit() - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest
-
Get restriction on the maximum number of results to be returned.
- getLimit() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get the number of limit
- getLinkedEntities() - Method in class com.telenav.sdk.entity.model.base.RelatedEntities
-
Contains places that are related to the referred entity.
- getLocale() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the default locale.
- getLocale() - Static method in class com.telenav.sdk.core.SDKRuntime
-
Get locale.
- getLocale() - Method in class com.telenav.sdk.entity.model.base.EntityRequest
-
Get the default locale.
- getLocality() - Method in class com.telenav.sdk.entity.model.base.Address
-
The locality or neighborhood information.
- getLocation() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest
-
Get discover location.
- getLocation() - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest
-
Search location.
- getLocation() - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest
-
Get location.
- getLocation() - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest
-
Get latitude and longitude of the search anchor point.
- getLocation() - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest
-
Get geo-coordinate of the search anchor point.
- getLocation() - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest
-
Get search location.
- getLocation() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get search location.
- getLocation() - Method in class com.telenav.sdk.entity.model.search.ExitPoint
-
Get location of exit.
- getLocationId() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get location identifier.
- getLocationName() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the display name of the location.
- getLocations() - Method in class com.telenav.sdk.entity.model.base.ocpi.FacetChargeStations
-
The Location object describes the location and its properties where a group of EVSEs that belong together are installed.
- getLocationType() - Method in class com.telenav.sdk.entity.model.base.Address
-
Location type of the address which indicates the precision level of the
geo coordinates.
- getLogo() - Method in class com.telenav.sdk.entity.model.base.ocpi.BusinessDetails
-
Get the image link to the operator’s logo.
- getLongitude() - Method in class com.telenav.sdk.common.model.GeoPoint
-
Get the longitude of the location in degrees
- getLongitude() - Method in class com.telenav.sdk.entity.model.base.GeoPoint
-
Get the longitude of the location in degrees
- getLongitude() - Method in class com.telenav.sdk.entity.model.base.ocpi.AdditionalGeoLocation
-
Get longitude.
- getMaxAmperage() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Maximum amperage of the connector, in ampere [A].
- getMaxCurrent() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Sum of the maximum current (in Amperes) over all phases.
- getMaxDuration() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Maximum duration in seconds the Charging Session MUST last (exclusive).
- getMaxElectricPower() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Maximum electric power that can be delivered by this connector, in Watts (W).
- getMaxKwh() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Maximum consumed energy in kWh.
- getMaxMinutes() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the maximum minutes that a vehicle can be parked to be in this price
group.
- getMaxPower() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Max power supported in KW for the connector,
- getMaxPower() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get max power in KW.
- getMaxPower() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Maximum power in kW.
- getMaxPrice() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
When this field is set, a Charging Session with this tariff will NOT cost more than this amount.
- getMaxRating() - Method in class com.telenav.sdk.entity.model.search.RatingFilter
-
Get maximum rating.
- getMaxVoltage() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Maximum voltage of the connector (line to neutral for AC_3_PHASE), in volt [V].
- getMerchantCategories() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
- getMessage() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
Get response message
- getMessage() - Method in interface com.telenav.sdk.entity.model.base.EntityResponseBasic
-
Response message.
- getMessage() - Method in class com.telenav.sdk.entity.model.base.ResponseStatus
-
- getMinCurrent() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Sum of the minimum current (in Amperes) over all phases.
- getMinDuration() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Minimum duration in seconds the Charging Session MUST last (inclusive).
- getMinKwh() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Minimum consumed energy in kWh.
- getMinMinutes() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Denotes the minimum duration a vehicle needs to be parked for this price
group to apply.
- getMinPower() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get min power in KW.
- getMinPower() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Minimum power in kW.
- getMinPrice() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
When this field is set, a Charging Session with this tariff will at least cost this amount.
- getMinRating() - Method in class com.telenav.sdk.entity.model.search.RatingFilter
-
Get minimum rating.
- getName() - Method in class com.telenav.sdk.entity.model.base.AliasName
-
Provides the name corresponding to a rich field.
- getName() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
The name of the booking provider.
- getName() - Method in class com.telenav.sdk.entity.model.base.Category
-
The category name or label.
- getName() - Method in class com.telenav.sdk.entity.model.base.ConnectorType
-
Connector type label.
- getName() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
Contains the name of the place.
- getName() - Method in class com.telenav.sdk.entity.model.base.FacetContent
-
A distinct value of the facet field.
- getName() - Method in class com.telenav.sdk.entity.model.base.ocpi.AdditionalGeoLocation
-
Get name of the point in local language or as written at the location.
- getName() - Method in class com.telenav.sdk.entity.model.base.ocpi.BusinessDetails
-
Get the name of the operator.
- getName() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Display name of the location.
- getName() - Method in class com.telenav.sdk.entity.model.base.Pivot
-
A distinct value of the facet field.
- getName() - Method in class com.telenav.sdk.entity.model.base.PowerFeedType
-
Provides the electric power naming.
- getNavCoordinates() - Method in class com.telenav.sdk.entity.model.base.Address
-
Navigation coordinates (routable points) of the address used for routing
purpose.
- getNearby() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides category based grouping of POIs within a certain proximity to
the entity.
- getNearbyBrands() - Method in class com.telenav.sdk.entity.model.base.FacetNearby
-
List of brands close by to a place.
- getNearbyCategories() - Method in class com.telenav.sdk.entity.model.base.FacetNearby
-
List of categories close by to a place.
- getNeighbourhood() - Method in class com.telenav.sdk.entity.model.base.Address
-
Get the neighbourhood name.
- getNextPageContext() - Method in class com.telenav.sdk.entity.model.search.PaginationContext
-
Get next page context
- getNickname() - Method in class com.telenav.sdk.entity.model.base.ReviewUser
-
Get user nickname.
- getOcpiAttributes() - Method in class com.telenav.sdk.entity.model.base.Connector
-
Get OCPI related properties.
- getOffer() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provide offers related to the brand.
- getOfferBrand() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer brand information
- getOfferCategories() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
- getOfferDescription() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer text description
- getOfferId() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer id
- getOffers() - Method in class com.telenav.sdk.entity.model.base.FacetOffer
-
List of offers.
- getOfferTitle() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer display title
- getOfferUrl() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
offer detail link
- getOfferVendor() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
- getOpen24hours() - Method in class com.telenav.sdk.entity.model.base.FacetOpenHours
-
Indicates if the place is open 24 hours.
- getOpenHours() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides the operational hours.
- getOpeningTimes() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
The times when the EVSEs at the location can be accessed for charging.
- getOpenTime() - Method in class com.telenav.sdk.entity.model.base.Period
-
- getOperator() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Information of the operator.
- getOrder() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides order-related information.
- getOverall() - Method in class com.telenav.sdk.entity.model.base.ReviewRating
-
Get user rating regarding the overall experience, range [1, 5].
- getOwner() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Information of the owner if available.
- getPageContext() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get page context to next page or previous page
- getPaginationContext() - Method in class com.telenav.sdk.entity.model.search.EntitySearchResponse
-
Get pagination context to next page or previous page
- getParents() - Method in class com.telenav.sdk.entity.model.base.RelatedEntities
-
Contains places that have parent relationship to the referred entity.
- getParking() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides parking details.
- getParkingFacilityDetails() - Method in class com.telenav.sdk.entity.model.base.Parking
-
- getParkingParameters() - Method in class com.telenav.sdk.entity.model.base.FacetParameters
-
Get parking parameters
- getParkingRestrictions() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
The restrictions that apply to the parking spot.
- getParkingType() - Method in class com.telenav.sdk.entity.model.base.EvOcpiAttributes
-
Get the general type of parking at the charge point location
- getParkingType() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
The general type of parking at the charge point location.
- getPartyId() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
CPO ID of the CPO that 'owns' this Location (following the ISO- 15118 standard).
- getPartyId() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
CPO ID of the CPO that owns this Tariff (following the ISO-15118 standard).
- getPayment() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides the payment options.
- getPaymentMethods() - Method in class com.telenav.sdk.entity.model.base.FacetPayment
-
Lists the accepted payment methods.
- getPaymentMethodType() - Method in class com.telenav.sdk.entity.model.base.PaymentMethod
-
Provides the supported payment method.
- getPercentage() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergySource
-
Percentage of this source (0-100) in the mix.
- getPeriod() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The time period for which this pricing applies.
- getPeriod() - Method in class com.telenav.sdk.entity.model.base.SpecialHours
-
Provides the operational duration.
- getPeriodBegin() - Method in class com.telenav.sdk.entity.model.base.ocpi.ExceptionalPeriod
-
Begin of the exception.
- getPeriodBegin() - Method in class com.telenav.sdk.entity.model.base.ocpi.RegularHours
-
Begin of the regular period, in local time, given in hours and minutes.
- getPeriodBegin() - Method in class com.telenav.sdk.entity.model.base.ocpi.StatusSchedule
-
Begin of the scheduled period.
- getPeriodEnd() - Method in class com.telenav.sdk.entity.model.base.ocpi.ExceptionalPeriod
-
End of the exception.
- getPeriodEnd() - Method in class com.telenav.sdk.entity.model.base.ocpi.RegularHours
-
End of the regular period, in local time, syntax as for period_begin.
- getPeriodEnd() - Method in class com.telenav.sdk.entity.model.base.ocpi.StatusSchedule
-
End of the scheduled period, if known.
- getPhoneNumbers() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
Full contact telephone number of the place.
- getPhysicalReference() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
A number/string printed on the outside of the EVSE for visual identification.
- getPivots() - Method in class com.telenav.sdk.entity.model.base.FacetPivotField
-
Lists the pivots and its breakdown counts.
- getPivots() - Method in class com.telenav.sdk.entity.model.base.Pivot
-
Lists the sub pivot fields and its breakdown counts.
- getPlace() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Provides information available for the place of interest.
- getPluginDependency() - Method in class com.telenav.sdk.entity.model.base.EvAdditionalAttributes
-
- getPoints() - Method in class com.telenav.sdk.entity.model.base.Polygon
-
The list of geo-coordinates for a polygon.
- getPolygon() - Method in class com.telenav.sdk.entity.model.search.PolygonGeoFilter
-
A polygon described by a list of geo-coordinates (at least three).
- getPostalCode() - Method in class com.telenav.sdk.entity.model.base.Address
-
The postal or zip code.
- getPowerFeedLevel() - Method in class com.telenav.sdk.entity.model.base.Connector
-
The power feed details.
- getPowerFeedLevel() - Method in class com.telenav.sdk.entity.model.base.ocpi.Count
-
Get power feed level.
- getPowerFeedLevel() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
The power feed details.
- getPowerFeedLevels() - Method in class com.telenav.sdk.entity.model.base.EvFilter
-
Get EV power feed levels.
- getPowerType() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
The type of power.
- getPredictWord() - Method in class com.telenav.sdk.entity.model.prediction.WordPrediction
-
Get the predict word.
- getPrevPageContext() - Method in class com.telenav.sdk.entity.model.search.PaginationContext
-
Get previous page context
- getPrice() - Method in class com.telenav.sdk.entity.model.base.EvPricing
-
Provides the structured EV rates.
- getPrice() - Method in class com.telenav.sdk.entity.model.base.ocpi.PriceComponent
-
Price per unit (excl.
- getPriceClass() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Price class type.
- getPriceComponents() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffElement
-
List of price components that describe the pricing of a tariff.
- getPriceDescription() - Method in class com.telenav.sdk.entity.model.base.FacetPriceInfo
-
Additional description of the price.
- getPriceDetails() - Method in class com.telenav.sdk.entity.model.base.FacetPriceInfo
-
The actual price info.
- getPriceFilter() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter
-
Get price filter.
- getPriceGroup() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Price group number.
- getPriceInfo() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides pricing level and details.
- getPriceLevel() - Method in class com.telenav.sdk.entity.model.base.FacetPriceInfo
-
An indicator of how expensive the place is.
- getPriceLevels() - Method in class com.telenav.sdk.entity.model.search.PriceFilter
-
Get price levels.
- getPrices() - Method in class com.telenav.sdk.entity.model.base.ParkingPrice
-
Provides the structured parking rates.
- getPricing() - Method in class com.telenav.sdk.entity.model.base.Connector
-
EV connector pricing
- getPricing() - Method in class com.telenav.sdk.entity.model.base.Parking
-
Provides the detail pricing for parking.
- getProviderId() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
The booking provider ID.
- getProviderSourceId() - Method in class com.telenav.sdk.entity.model.base.BookingProvider
-
The booking-service-provider's ID.
- getPublishAllowedTo() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
This field may only be used when the publish field is set to false.
- getQuery() - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest
-
Get a free text search input.
- getQuery() - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest
-
Get a free text search input.
- getQuery() - Method in class com.telenav.sdk.entity.model.prediction.Suggestion
-
The formatted suggestion query string generated based on user input.
- getQuery() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get query value
- getQueryResolution() - Method in class com.telenav.sdk.entity.model.search.SearchMetadata
-
Get query resolution
- getQueryTags() - Method in class com.telenav.sdk.entity.model.search.QueryResolution
-
Provides the query tags corresponding to the result
- getQuoteReferenceId() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Provides booking price quote reference.
- getRadiusInMeter() - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest
-
Get search radius in meter.
- getRadiusInMeter() - Method in class com.telenav.sdk.entity.model.search.RadiusGeoFilter
-
Get the specify search radius in meters for nearby search
- getRateCard() - Method in class com.telenav.sdk.entity.model.base.EvPricing
-
Provides simplified human readable EV price.
- getRateCard() - Method in class com.telenav.sdk.entity.model.base.ParkingPrice
-
Provides simplified human readable parking price.
- getRating() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides user ratings for the place.
- getRating() - Method in class com.telenav.sdk.entity.model.base.Review
-
Get review rating.
- getRatingFilter() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter
-
Get rating filter.
- getRatingType() - Method in class com.telenav.sdk.entity.model.base.Rating
-
Rating type, only "star" is supported now, the rating type may be extended in future.
- getReferenceId() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
Get an id assigned to the response that can be used for referencing it
- getReferenceId() - Method in interface com.telenav.sdk.entity.model.base.EntityResponseBasic
-
Reference id associated with response.
- getRegularHours() - Method in class com.telenav.sdk.entity.model.base.ocpi.Hours
-
Regular hours, weekday-based.
- getRegularOpenHours() - Method in class com.telenav.sdk.entity.model.base.FacetOpenHours
-
Provides usual operational hours.
- getRelatedEntities() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Contains other places that are related to this entity.
- getRelatedLocations() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Geographical location of related points relevant to the user.
- getRequestId() - Method in class com.telenav.sdk.entity.model.base.EntityRequest
-
Get request id.
- getReservation() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
When this field is present, the TariffElement describes reservation costs.
- getResponseTime() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
Get request processing time in milliseconds.
- getResponseTime() - Method in interface com.telenav.sdk.entity.model.base.EntityResponseBasic
-
Response time in milliseconds.
- getResponseType() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
Get response type
- getResponseType() - Method in interface com.telenav.sdk.entity.model.base.EntityResponseBasic
-
ResponseType to indicate if it returns from cloud or onboard
- getRestrictions() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Provides information about Entity's restrictions
- getRestrictions() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffElement
-
Restrictions that describe the applicability of a tariff.
- getResults() - Method in class com.telenav.sdk.entity.model.base.EntityResponse
-
Get list of results in generic type.
- getResultsFacet() - Method in class com.telenav.sdk.entity.model.search.EntitySearchResponse
-
Get provides breakdown statistic of matching results based on search criteria.
- getReview() - Method in class com.telenav.sdk.entity.model.base.Facets
-
Get review information.
- getReviews() - Method in class com.telenav.sdk.entity.model.base.FacetReview
-
Get the review specifics.
- getRoute() - Method in class com.telenav.sdk.entity.model.search.CorridorGeoFilter
-
Route points of the corridor.
- getRouteWidth() - Method in class com.telenav.sdk.entity.model.search.CorridorGeoFilter
-
The width in meters used for corridor search.
- getSafety() - Method in class com.telenav.sdk.entity.model.base.ReviewRating
-
Get user rating indicating overall safety, range [1, 5].
- getScore() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Score of the offer
- getSdkCacheDataDir() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the cache data path for SDK, required for onboard search.
- getSdkDataDir() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the local path where SDK data are located at, required for onboard search.
- getSdkOptions() - Static method in class com.telenav.sdk.entity.api.EntityService
-
Get SDK Options
- getSearchLocation() - Method in class com.telenav.sdk.entity.model.search.QueryResolution
-
Get the search anchor point
- getSearchMetadata() - Method in class com.telenav.sdk.entity.model.search.EntitySearchResponse
-
Get search metadata
- getSearchMode() - Method in class com.telenav.sdk.entity.hybrid.model.HybridRequestSettings
-
Get search mode.
- getSearchOptions() - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest
-
Get Search options to customize search behavior.
- getService(Class<T>, Object) - Static method in class com.telenav.sdk.service.ServiceRegistry
-
Get the service implementation identified by the service key.
- getService(Class<T>) - Static method in class com.telenav.sdk.service.ServiceRegistry
-
Get the default service implementation for the interface.
- getServiceFee() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Minimum cost or Session fee for using the charging service.
- getSortType() - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceOptions
-
Get sort type.
- getSource() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergySource
-
The type of energy source.
- getSource() - Method in class com.telenav.sdk.entity.model.base.Rating
-
The ratings provider.
- getSource() - Method in class com.telenav.sdk.entity.model.base.Source
-
Source name.
- getSpacesAvailable() - Method in class com.telenav.sdk.entity.model.base.Parking
-
Number of available parking spaces.
- getSpacesTotal() - Method in class com.telenav.sdk.entity.model.base.Parking
-
The total parking capacity.
- getSpecialHours() - Method in class com.telenav.sdk.entity.model.base.FacetOpenHours
-
Lists any non-usual operational hours that are exceptions to the regular
business hours.
- getStandard() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
The standard of the installed connector.
- getStartDate() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Start date in local time.
- getStartDateTime() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
The time when this tariff becomes active, in UTC.
- getStartTime() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
Provides reserve start time in ISO8601 DateTime format.
- getStartTime() - Method in class com.telenav.sdk.entity.model.base.ocpi.TariffRestrictions
-
Start time of day in local time.
- getStartTime() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
Offer start time, format: "YYYY-MM-DDTHH:mm:ssZ"
- getState() - Method in class com.telenav.sdk.entity.model.base.Address
-
The state name or province in some countries.
- getStatus() - Method in interface com.telenav.sdk.entity.model.base.IResponseStatus
-
- getStatus() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Indicates the current status of the EVSE.
- getStatus() - Method in class com.telenav.sdk.entity.model.base.ocpi.StatusSchedule
-
Status value during the scheduled period.
- getStatus() - Method in class com.telenav.sdk.entity.model.base.ResponseStatus
-
- getStatusCode() - Method in enum com.telenav.sdk.entity.model.base.ResponseCode
-
Get number of status code
- getStatusSchedule() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Indicates a planned status update of the EVSE.
- getStepSize() - Method in class com.telenav.sdk.entity.model.base.ocpi.PriceComponent
-
Minimum amount to be billed.
- getStreet() - Method in class com.telenav.sdk.entity.model.base.Address
-
The street information divided into multiple components.
- getSubOperator() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
Information of the suboperator if available.
- getSubscriptionType() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Indicates if pricing is for General or Members-subscribed.
- getSuite() - Method in class com.telenav.sdk.entity.model.base.Address
-
The suite, apartment or building number.
- getSummary() - Method in class com.telenav.sdk.entity.model.base.ocpi.FacetChargeStations
-
Get the statistical information about ev connectors.
- getSupplierName() - Method in class com.telenav.sdk.entity.model.base.ocpi.EnergyMix
-
Name of the energy supplier, delivering the energy for this location or tariff.*
- getSupportedVendors() - Method in class com.telenav.sdk.entity.model.base.PaymentMethod
-
- getSymbol() - Method in class com.telenav.sdk.entity.model.base.BookingQuote
-
The currency symbol.
- getSymbol() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The currency symbol.
- getSymbol() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Currency symbol.
- getSymbol() - Method in class com.telenav.sdk.entity.model.base.Price
-
Currency symbol.
- getSymbol() - Method in class com.telenav.sdk.entity.model.base.Rate
-
The currency symbol.
- getTariffAltText() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
List of multi-language alternative tariff info texts.
- getTariffAltUrl() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
URL to a web page that contains an explanation of the tariff information in human readable form.
- getTariffIds() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
Identifiers of the currently valid charging tariffs.
- getTariffs() - Method in class com.telenav.sdk.entity.model.base.ocpi.FacetChargeStations
-
A Tariff object consists of a list of one or more Tariff Elements, which can be used to create complex Tariff structures.
- getTemporaryClosedUntil() - Method in class com.telenav.sdk.entity.model.base.FacetOpenHours
-
Provide the deadline for temporary closure.
- getTermsAndConditions() - Method in class com.telenav.sdk.entity.model.base.ocpi.OcpiConnector
-
URL to the operator’s terms and conditions.
- getText() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Any additional free text description.
- getText() - Method in class com.telenav.sdk.entity.model.base.ocpi.DisplayText
-
Get text to be displayed to a end user.
- getText() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Any additional textual information.
- getText() - Method in class com.telenav.sdk.entity.model.base.RateCard
-
List of price variations.
- getText() - Method in class com.telenav.sdk.entity.model.base.Review
-
Get user input.
- getThumbnail() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
URL from where a thumbnail of the image can be fetched through a webbrowser.
- getTierEnd() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The tier upper bound value, for tier based pricing.
- getTierStart() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The tier lower bound value, for tier based pricing.
- getTimeZone() - Method in class com.telenav.sdk.entity.model.base.Address
-
Get the timezone of address.
- getTimeZone() - Method in class com.telenav.sdk.entity.model.base.ocpi.Location
-
One of IANA tzdata’s TZ-values representing the time zone of the location.
- getTo() - Method in class com.telenav.sdk.entity.model.base.TimeRange
-
Provides the end time, in HH:mm:ss format.
- getTopRight() - Method in class com.telenav.sdk.entity.model.search.BBox
-
The top right geo-coordinates of the bounding box.
e.g.
- getTotal() - Method in class com.telenav.sdk.entity.model.base.ConnectorCount
-
Total number of connectors for this power feel level.
- getTotal() - Method in class com.telenav.sdk.entity.model.base.ocpi.Count
-
Get total count of connectors.
- getTotalCount() - Method in class com.telenav.sdk.entity.model.base.Rating
-
The total rating count for the place.
- getTotalNumber() - Method in class com.telenav.sdk.entity.model.base.FacetEvConnectors
-
Total number of connectors.
- getTrigger() - Method in class com.telenav.sdk.entity.model.search.SearchOptions
-
Get trigger
- getType() - Method in class com.telenav.sdk.entity.model.base.Entity
-
Indicates the type of entity.
- getType() - Method in class com.telenav.sdk.entity.model.base.FilterTypeField
-
Get filter type.
- getType() - Method in class com.telenav.sdk.entity.model.base.MetadataItemDescriptor
-
The metadata descriptor type.
- getType() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
- getType() - Method in class com.telenav.sdk.entity.model.base.ocpi.PriceComponent
-
Type of tariff dimension.
- getType() - Method in class com.telenav.sdk.entity.model.base.ocpi.PublishTokenType
-
Type of the token.
- getType() - Method in class com.telenav.sdk.entity.model.base.ocpi.Tariff
-
Defines the type of the tariff.
- getType() - Method in class com.telenav.sdk.entity.model.base.Price
-
Item type, for example an indicator of fuel grade.
- getType() - Method in class com.telenav.sdk.entity.model.base.Street
-
The type of street.
- getType() - Method in class com.telenav.sdk.entity.model.prediction.Suggestion
-
The type of the Suggestion
- getType() - Method in class com.telenav.sdk.entity.model.prediction.WordPrediction
-
Get the word suggestion type, can be 'Prefix' or 'Next'.
- getType() - Method in class com.telenav.sdk.entity.model.search.BBoxGeoFilter
-
- getType() - Method in class com.telenav.sdk.entity.model.search.CorridorGeoFilter
-
- getType() - Method in class com.telenav.sdk.entity.model.search.ExitPoint
-
Get type of Exit.
- getType() - Method in class com.telenav.sdk.entity.model.search.GeoFilter
-
Get geo filter type of the filter.
- getType() - Method in class com.telenav.sdk.entity.model.search.PolygonGeoFilter
-
- getType() - Method in class com.telenav.sdk.entity.model.search.RadiusGeoFilter
-
- getUid() - Method in class com.telenav.sdk.entity.model.base.ocpi.Evse
-
Uniquely identifies the EVSE within the CPOs platform (and suboperator platforms).
- getUid() - Method in class com.telenav.sdk.entity.model.base.ocpi.PublishTokenType
-
Unique ID by which this Token can be identified.
- getUnit() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
Price unit for the related pricing type
- getUnit() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Parking duration in minutes.
- getUnit() - Method in class com.telenav.sdk.entity.model.base.Price
-
The unit measure associated with the amount,
- getUnit() - Method in class com.telenav.sdk.entity.model.base.Rate
-
The unit measure associated with the amount.
- getUnitText() - Method in class com.telenav.sdk.entity.model.base.ParkingPriceItem
-
Parking duration as textual data.
- getUnitType() - Method in class com.telenav.sdk.entity.model.base.EvPrice
-
The UnitType can be duration or power based.
- getUrl() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
URL from where the image data can be fetched through a web browser.
- getUrl() - Method in class com.telenav.sdk.entity.model.base.Rating
-
Link to the ratings.
- getUser() - Method in class com.telenav.sdk.entity.model.base.Review
-
Get information of the review provider.
- getUserId() - Method in class com.telenav.sdk.core.SDKOptions
-
Get the id associated with the user who is sending the request.
- getUserId() - Static method in class com.telenav.sdk.core.SDKRuntime
-
Get user id.
- getUserId() - Method in class com.telenav.sdk.entity.model.base.EntityRequest
-
Get user id.
- getValidQualifier() - Method in class com.telenav.sdk.entity.model.base.OfferItem
-
restrictions or legal ‘fine print’ associated with offer
- getValue() - Method in enum com.telenav.sdk.core.Locale
-
- getValue() - Method in class com.telenav.sdk.entity.model.base.DataField
-
Provides the value pertaining to an amenity or restriction, if
applicable.
- getVat() - Method in class com.telenav.sdk.entity.model.base.ocpi.PriceComponent
-
Applicable VAT percentage for this tariff dimension.
- getVersion() - Method in class com.telenav.sdk.entity.model.base.MetadataBasic
-
Build version info.
- getVisualNumber() - Method in class com.telenav.sdk.entity.model.base.ocpi.PublishTokenType
-
Visual readable number/identification as printed on the Token (RFID card).
- getWaitlistEnabled() - Method in class com.telenav.sdk.entity.model.base.EvAdditionalAttributes
-
- getWebsite() - Method in class com.telenav.sdk.entity.model.base.ocpi.BusinessDetails
-
Get the link to the operator’s website.
- getWebsites() - Method in class com.telenav.sdk.entity.model.base.EntityPlace
-
List of URLs of the website associated with the place.
- getWeekday() - Method in class com.telenav.sdk.entity.model.base.ocpi.RegularHours
-
Number of day in the week, from Monday (1) till Sunday (7).
- getWhat() - Method in class com.telenav.sdk.entity.model.search.QueryTag
-
The query tag indicative of a keyword, category, place.
- getWhere() - Method in class com.telenav.sdk.entity.model.search.QueryTag
-
The query tag indicative of address parts.
- getWidth() - Method in class com.telenav.sdk.entity.model.base.ocpi.Image
-
- GROCERY_STORE - Static variable in class com.telenav.sdk.entity.model.base.CategoryAlias
-
- SDKOptions - Class in com.telenav.sdk.core
-
SDK options in order to initialize services.
- SDKOptions.Builder - Class in com.telenav.sdk.core
-
This builder is used to create a instance of
SDKOptions
, used for initializing service
- SDKOptionsChangeListener - Interface in com.telenav.sdk.listener
-
Used to publish
Notify registered listeners when the configuration updated, e.g.
- SDKOptionsChangePublisher - Class in com.telenav.sdk.service
-
- SDKOptionsChangePublisher() - Constructor for class com.telenav.sdk.service.SDKOptionsChangePublisher
-
- SDKRuntime - Class in com.telenav.sdk.core
-
Provide SKD runtime dynamic parameter configuration interface
- SDKRuntime() - Constructor for class com.telenav.sdk.core.SDKRuntime
-
- searchByExitRequest() - Method in interface com.telenav.sdk.entity.api.EntityClient
-
- searchByExitRequest() - Method in class com.telenav.sdk.entity.cloud.CloudEntityClient
-
- searchByExitRequest() - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- searchByExitRequest(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- searchByExitRequest(HybridRequestSettings) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- SearchFilters - Class in com.telenav.sdk.entity.model.search
-
Support different type of filters used for search, including geo filter,
category filter, brand filter and EV filter.
- SearchFilters.Builder - Class in com.telenav.sdk.entity.model.search
-
- SearchMetadata - Class in com.telenav.sdk.entity.model.search
-
Provides information regarding result count and query inference.
- SearchMetadata() - Constructor for class com.telenav.sdk.entity.model.search.SearchMetadata
-
- searchMode(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.model.HybridRequestSettings.Builder
-
Set search mode.
- SearchMode - Enum in com.telenav.sdk.entity.hybrid.model
-
- SearchOptions - Class in com.telenav.sdk.entity.model.search
-
Search options to customize search behavior
- SearchOptions.Builder - Class in com.telenav.sdk.entity.model.search
-
- SearchOptions.Intent - Enum in com.telenav.sdk.entity.model.search
-
Intent of the search
- SearchOptions.Trigger - Enum in com.telenav.sdk.entity.model.search
-
Trigger enums of search
- searchRequest() - Method in interface com.telenav.sdk.entity.api.EntityClient
-
- searchRequest() - Method in class com.telenav.sdk.entity.cloud.CloudEntityClient
-
- searchRequest() - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- searchRequest(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- searchRequest(HybridRequestSettings) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- sendData(String, HashMap<String, String>) - Method in interface com.telenav.sdk.service.Analytics
-
Send data to analytics server.
- ServiceRegistry - Class in com.telenav.sdk.service
-
- ServiceRegistry() - Constructor for class com.telenav.sdk.service.ServiceRegistry
-
- setAdditionalFacetAttributes(List<AdditionalFacetAttributeType>) - Method in class com.telenav.sdk.entity.model.base.FacetParameters.Builder
-
Set additional facet attributes.
- setAllowDataCollection(boolean) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Boolean flag to control whether allows sending event data to cloud or not, default value is TRUE.
- setAmenities(List<String>) - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set list of amenities IDs to specify to return the POIs with expected amenities.
- setAnalytics(Analytics) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set analytics implementation object (optional).
- setAnchor(double, double) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search anchor (Optional).
- setApiKey(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the API key, required for cloud search.
- setApiSecret(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the API secret, required for cloud search.
- setApplicationInfo(ApplicationInfo) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set application info which uses the SDK, used for analytics purpose.
- setBottomLeft(GeoPoint) - Method in class com.telenav.sdk.entity.model.search.BBox.Builder
-
Set the bottom left geo-coordinates of the bounding box
- setBottomLeft(double, double) - Method in class com.telenav.sdk.entity.model.search.BBox.Builder
-
Set the bottom left latitude and longitude of the bounding box
- setBrandFilter(BrandFilter) - Method in class com.telenav.sdk.entity.model.search.SearchFilters.Builder
-
Set brand filters
- setBrands(List<String>) - Method in class com.telenav.sdk.entity.model.search.BrandFilter.Builder
-
Set list of brand IDs.
- setBusinessFilter(BusinessFilter) - Method in class com.telenav.sdk.entity.model.search.SearchFilters.Builder
-
Set business filters.
- setCallFactory(Call.Factory) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the call factory for customized okhttp (optional).
- setCategories(List<String>) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest.Builder
-
Set discover categories (Required).
- setCategories(List<String>) - Method in class com.telenav.sdk.entity.model.search.CategoryFilter.Builder
-
Set list of categories.
- setCategories(List<String>) - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest.Builder
-
Set categories, which expect to be found near the exit location, (Required).
- setCategory(String) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest.Builder
-
Set discovery category id or alias.
- setCategoryFilter(CategoryFilter) - Method in class com.telenav.sdk.entity.model.search.SearchFilters.Builder
-
Set category filters
- setChargerBrands(List<String>) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set EV charger brand ID list.
- setChargerBrands(List<String>, FilterType) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set EV charger brand ID list.
- setCloudEndPoint(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set SDK cloud endpoint, required for cloud search.
- setConnectorTypes(List<String>) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set List of EV connector type codes
- setContext(String) - Method in class com.telenav.sdk.entity.model.base.EntityItem.Builder
-
Set the context returned from the search results for getting more facets, such as
FacetOffer
.
- setCurrentLocation(GeoPoint) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
- setCurrentLocation(double, double) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Location to optimize service initialization (optional).
- setCustomerChargeLevels(List<Integer>) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set customer charge levels.
- setDetailLevel(GetDetailOptions.EntityDetailLevel) - Method in class com.telenav.sdk.entity.model.lookup.GetDetailOptions.Builder
-
If set as EntityDetailLevel.FULL, means expecting to get all the relevant information,
otherwise means expecting to get basic information only (optional)
- setDetailOptions(GetDetailOptions) - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest.Builder
-
Set options to customize detail request behavior
- setDeviceGuid(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the global unique id associated with the device (optional).
- setDiscoverOptions(DiscoverPlaceOptions) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest.Builder
-
Set discover options to customize discover behavior (optional)
- setDuration(Integer) - Method in class com.telenav.sdk.entity.model.base.ParkingParameters.Builder
-
Set the parking duration in minutes.
- setEntityId(String) - Method in class com.telenav.sdk.entity.model.base.EntityItem.Builder
-
Set list of place or address id for details lookup (required).
- setEntityIds(List<String>) - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest.Builder
-
Set list of place or address id for details lookup.
- setEntityItems(List<EntityItem>) - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest.Builder
-
List of entity item for details lookup.
- setEntryTime(String) - Method in class com.telenav.sdk.entity.model.base.ParkingParameters.Builder
-
Set time of entry in iso8601 format, will parse "yyyy-MM-ddTHH:mmZ" as UTC format or "yyyy-MM-ddTHH:mm" as local time.
- setEvFilter(EvFilter) - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceFilters.Builder
-
Set ev filters
- setEvFilter(EvFilter) - Method in class com.telenav.sdk.entity.model.search.SearchFilters.Builder
-
Set ev filters
- setExits(List<ExitPoint>) - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest.Builder
-
Set exit points, each one will be used to search for all categories and returned in response, (Required).
- setFacetFieldParameters(FacetFieldParameters) - Method in class com.telenav.sdk.entity.model.base.FacetParameters.Builder
-
Set facet fields parameters.
- setFacetFields(List<FacetFieldEnum>) - Method in class com.telenav.sdk.entity.model.base.FacetFieldParameters.Builder
-
- setFacetParameters(FacetParameters) - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest.Builder
-
Set parameters to specify facet related search result
- setFacetParameters(FacetParameters) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set facet parameters to specify facet related search result (optional)
- setFilters(DiscoverPlaceFilters) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest.Builder
-
Set discover filters like geo-spatial or EV filter etc (optional).
- setFilters(DiscoverFilters) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest.Builder
-
Set discover filters.
- setFilters(SearchFilters) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search filters like geo-spatial, category, brand or EV filter etc (optional).
- setFreeCharge(Boolean) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set a filter for free charging or not
If true, return the free connector only, if false return paid, and will return all in case it's null
- setGeoFilter(GeoFilter) - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceFilters.Builder
-
- setGeoFilter(GeoFilter) - Method in class com.telenav.sdk.entity.model.search.SearchFilters.Builder
-
Set geo filters
- setIntent(SearchOptions.Intent) - Method in class com.telenav.sdk.entity.model.search.SearchOptions.Builder
-
Set intent of the search, default value Intent.AROUND
will be used if not specified.
- setLatitude(double) - Method in class com.telenav.sdk.entity.model.base.GeoPoint.Builder
-
- setLatLon(double, double) - Method in class com.telenav.sdk.entity.model.base.GeoPoint.Builder
-
- setLimit(Integer) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest.Builder
-
Set result limit.
- setLimit(Integer) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest.Builder
-
Set result limit.
- setLimit(Integer) - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest.Builder
-
Set restriction on the maximum number of results to be returned (optional)
- setLimit(Integer) - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest.Builder
-
Set restriction on the maximum number of results to be returned (optional)
- setLimit(Integer) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search results limit return in response (optional, default limit is 10 if not specified).
- setLiteResult(Boolean) - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceOptions.Builder
-
Set as true means only basic poi attributes will be returned.
- setLocale(Locale) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the default locale (optional).
- setLocale(Locale) - Method in class com.telenav.sdk.entity.model.base.EntityRequest.Builder
-
Set the default locale.
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverPlaceRequest.Builder
-
Set Discover location (required).
- setLocation(GeoPoint) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest.Builder
-
Set Discover location, (Required).
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.discover.EntityDiscoverRequest.Builder
-
Set Discover location, (Required).
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.lookup.EntityGetDetailRequest.Builder
-
Set current vehicle position (Optional).
- setLocation(GeoPoint) - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest.Builder
-
Set suggestion prediction location (required)
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest.Builder
-
Set suggestion prediction location.
- setLocation(GeoPoint) - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest.Builder
-
Set geo-coordinate of the search anchor point (required)
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest.Builder
-
Set geo-coordinate of the search anchor point (required)
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest.Builder
-
Set search location, (Required).
- setLocation(GeoPoint) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search location (required parameter).
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search location (required parameter).
- setLocation(double, double) - Method in class com.telenav.sdk.entity.model.search.ExitPoint.Builder
-
Set the exit location, (Required).
- setLongitude(double) - Method in class com.telenav.sdk.entity.model.base.GeoPoint.Builder
-
- setMaxPower(Double) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set min power in KW.
- setMaxRating(double) - Method in class com.telenav.sdk.entity.model.search.RatingFilter.Builder
-
Set max rating, supported range is [1, 5] and max rating should be always >= min rating.
- setMessage(String) - Method in class com.telenav.sdk.entity.model.base.ResponseStatus
-
- setMinPower(Double) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set max power in KW.
- setMinRating(double) - Method in class com.telenav.sdk.entity.model.search.RatingFilter.Builder
-
Set min rating, supported range is [1, 5] and min rating should be always <= max rating.
- setNetworkAvailable(boolean) - Static method in class com.telenav.sdk.core.SDKRuntime
-
Set boolean flag to indicates if the network is currently available, default value: TRUE
- setNetworkAvailable(boolean) - Static method in class com.telenav.sdk.service.NetworkPublisher
-
Set boolean flag to indicates if the network is currently available.
- setNewlyOpen() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set a filter to specify that the POIs to be returned is newly opened.
- setOpenNow() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set a filter to specify that the POIs to be returned is open at the current moment.
- setPageContext(String) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set pageContext to get search results (required for subsequent requests).
- setParkingParameters(ParkingParameters) - Method in class com.telenav.sdk.entity.model.base.FacetParameters.Builder
-
Set parking parameters
- setPoints(List<GeoPoint>) - Method in class com.telenav.sdk.entity.model.base.Polygon.Builder
-
Set the list of geo-coordinates for a polygon.
- setPowerFeedLevels(List<Integer>) - Method in class com.telenav.sdk.entity.model.base.EvFilter.Builder
-
Set EV power feed level codes
- setPriceFilter(PriceFilter) - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set price filter.
- setPriceLevels(List<Integer>) - Method in class com.telenav.sdk.entity.model.search.PriceFilter.Builder
-
Set price levels.
- setQuery(String) - Method in class com.telenav.sdk.entity.model.prediction.EntitySuggestionPredictionRequest.Builder
-
Set a free text query (required)
- setQuery(String) - Method in class com.telenav.sdk.entity.model.prediction.EntityWordPredictionRequest.Builder
-
Set a free text search input (required)
- setQuery(String) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search query (optional).
- setQuery(MultiboxQuery) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
- setRadiusGeoFilter(Integer) - Method in class com.telenav.sdk.entity.model.discover.DiscoverFilters.Builder
-
Set radius geo filter.
- setRadiusInMeter(double) - Method in class com.telenav.sdk.entity.model.search.EntitySearchByExitRequest.Builder
-
Set radius in meter, (Optional).
- setRatingFilter(RatingFilter) - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set rating filter.
- setReservation() - Method in class com.telenav.sdk.entity.model.search.BusinessFilter.Builder
-
Set a filter to specify that the POIs to be returned is reservation-supported.
- setRoute(List<GeoPoint>) - Method in class com.telenav.sdk.entity.model.search.CorridorGeoFilter.Builder
-
Set route points of the corridor
- setRouteWidth(Double) - Method in class com.telenav.sdk.entity.model.search.CorridorGeoFilter.Builder
-
Set the width in meters used for corridor search
- setSdkCacheDataDir(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the root path for SDK cache, SDK requires read and write access permission on this directory, required for onboard search.
- setSdkDataDir(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the root path where SDK data are located at, required for onboard search.
- setSearchOptions(SearchOptions) - Method in class com.telenav.sdk.entity.model.search.EntitySearchRequest.Builder
-
Set search options to customize search behavior (optional)
- setShowAddressLines(Boolean) - Method in class com.telenav.sdk.entity.model.lookup.GetDetailOptions.Builder
-
Set as true means expecting to get address in multiple lines,
- setShowAddressLines(Boolean) - Method in class com.telenav.sdk.entity.model.search.SearchOptions.Builder
-
Set as true means expecting to get address in multiple lines,
- setSortType(SortType) - Method in class com.telenav.sdk.entity.model.discover.DiscoverPlaceOptions.Builder
-
Set sort type.
- setStatus(int) - Method in class com.telenav.sdk.entity.model.base.ResponseStatus
-
- setTopRight(GeoPoint) - Method in class com.telenav.sdk.entity.model.search.BBox.Builder
-
Set the top right geo-coordinates of the bounding box.
- setTopRight(double, double) - Method in class com.telenav.sdk.entity.model.search.BBox.Builder
-
Set the top right latitude and longitude of the bounding box.
- setTrigger(SearchOptions.Trigger) - Method in class com.telenav.sdk.entity.model.search.SearchOptions.Builder
-
Set trigger.
- setType(ExitType) - Method in class com.telenav.sdk.entity.model.search.ExitPoint.Builder
-
Set type of exit, (Optional).
- setUserId(String) - Method in class com.telenav.sdk.core.SDKOptions.Builder
-
Set the id associated with the user who is sending the request (optional).
- SHOPPING - Static variable in class com.telenav.sdk.entity.model.base.CategoryAlias
-
- shutdown() - Static method in class com.telenav.sdk.entity.api.EntityService
-
Shutdown Entity Service.
- shutdown() - Static method in class com.telenav.sdk.entity.hybrid.HybridEntityService
-
Shutdown Entity Service.
- SortType - Enum in com.telenav.sdk.entity.model.base
-
Desired sort of the results.
- Source - Class in com.telenav.sdk.entity.model.base
-
- Source() - Constructor for class com.telenav.sdk.entity.model.base.Source
-
- SpecialHours - Class in com.telenav.sdk.entity.model.base
-
- SpecialHours() - Constructor for class com.telenav.sdk.entity.model.base.SpecialHours
-
- Status - Enum in com.telenav.sdk.entity.model.base.ocpi
-
The status of an EVSE.
- StatusSchedule - Class in com.telenav.sdk.entity.model.base.ocpi
-
This type is used to schedule status periods in the future.
- StatusSchedule() - Constructor for class com.telenav.sdk.entity.model.base.ocpi.StatusSchedule
-
- Street - Class in com.telenav.sdk.entity.model.base
-
Contains street information.
- Street() - Constructor for class com.telenav.sdk.entity.model.base.Street
-
- STREET_PARKING - Static variable in class com.telenav.sdk.entity.model.base.CategoryAlias
-
- Suggestion - Class in com.telenav.sdk.entity.model.prediction
-
Contains autocomplete prediction for search query or entity.
- Suggestion() - Constructor for class com.telenav.sdk.entity.model.prediction.Suggestion
-
- suggestionPredictionRequest() - Method in interface com.telenav.sdk.entity.api.EntityClient
-
- suggestionPredictionRequest() - Method in class com.telenav.sdk.entity.cloud.CloudEntityClient
-
- suggestionPredictionRequest() - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- suggestionPredictionRequest(SearchMode) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- suggestionPredictionRequest(HybridRequestSettings) - Method in class com.telenav.sdk.entity.hybrid.HybridEntityClient
-
- SuggestionType - Enum in com.telenav.sdk.entity.model.prediction
-
Currently the Suggestion types are as below:
- valueOf(String) - Static method in enum com.telenav.sdk.common.model.AreaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.common.model.LayerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.core.Locale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.hybrid.model.SearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.AdditionalFacetAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.AddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.BotStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.EvPluginDependency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.EvseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.FacetFieldEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.FilterField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.LocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Capability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ConnectorFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.DayOfWeek
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.EnergySourceCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.EnvironmentalImpactCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Facility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ImageCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.OcpiConnectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.OcpiParkingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ParkingRestriction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.PowerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ReservationRestrictionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ocpi.TariffDimensionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ParkingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.PaymentMethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.SortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.base.Tag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.lookup.GetDetailOptions.EntityDetailLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.prediction.SuggestionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.prediction.WordPredictionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.search.ExitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.search.GeoFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.search.SearchOptions.Intent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.telenav.sdk.entity.model.search.SearchOptions.Trigger
-
Returns the enum constant of this type with the specified name.
- valueOfIgnoreCase(String) - Static method in enum com.telenav.sdk.entity.model.base.EvPluginDependency
-
- values() - Static method in enum com.telenav.sdk.common.model.AreaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.common.model.LayerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.core.Locale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.hybrid.model.SearchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.AdditionalFacetAttributeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.AddressType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.BotStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.EntityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.EvPluginDependency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.EvseStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.FacetFieldEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.FilterField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.LocationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.MatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Capability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ConnectorFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.DayOfWeek
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.EnergySourceCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.EnvironmentalImpactCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Facility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ImageCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.OcpiConnectorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.OcpiParkingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ParkingRestriction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.PowerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.ReservationRestrictionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ocpi.TariffDimensionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ParkingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.PaymentMethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ResponseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.SortType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.base.Tag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.lookup.GetDetailOptions.EntityDetailLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.prediction.SuggestionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.prediction.WordPredictionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.search.ExitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.search.GeoFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.search.SearchOptions.Intent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.telenav.sdk.entity.model.search.SearchOptions.Trigger
-
Returns an array containing the constants of this enum type, in
the order they are declared.