Class PlaceFilter.Ev

  • java.lang.Object
    • com.here.sdk.search.PlaceFilter.Ev
  • Enclosing class:
    PlaceFilter

    public static final class PlaceFilter.Ev
    extends java.lang.Object

    Constraints that are applicable on the places of category EV station.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> connectorTypeIDs
      Filter to retrieve EV charging stations with at least one of the connector type IDs.
      CurrentType currentType
      Filter to retrieve EV charging stations with the given current type provided at one of the station EVSE.
      java.util.List<java.lang.String> eMobilityServiceProviderPartnerIDs
      Filter to retrieve EV charging stations with at least one matching e-Mobility Service Provider Partner ID.
      java.lang.Double minPowerInKilowatts
      Filter to retrieve EV charging stations with the given minimum charging power in KW delivered by at least one of the station EVSE.
      java.util.List<java.lang.String> supplierNames
      Sets a constraint on the charge point operator name of the EV station.
    • Constructor Summary

      Constructors 
      Constructor Description
      Ev()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • supplierNames

        @NonNull
        public java.util.List<java.lang.String> supplierNames

        Sets a constraint on the charge point operator name of the EV station.

        Not supported in OfflineSearchEngine (not available in all editions).

      • connectorTypeIDs

        @NonNull
        public java.util.List<java.lang.String> connectorTypeIDs

        Filter to retrieve EV charging stations with at least one of the connector type IDs. For more information on the current connector types, see https://www.here.com/docs/bundle/ev-charge-points-api-developer-guide/page/topics/resource-type-connector.html

        Not supported in OfflineSearchEngine (not available in all editions).

      • minPowerInKilowatts

        @Nullable
        public java.lang.Double minPowerInKilowatts

        Filter to retrieve EV charging stations with the given minimum charging power in KW delivered by at least one of the station EVSE. Not supported for suggestByText in OfflineSearchEngine (not available in all editions).

      • eMobilityServiceProviderPartnerIDs

        @NonNull
        public java.util.List<java.lang.String> eMobilityServiceProviderPartnerIDs

        Filter to retrieve EV charging stations with at least one matching e-Mobility Service Provider Partner ID.

        Not supported in OfflineSearchEngine (not available in all editions).

      • currentType

        @Nullable
        public CurrentType currentType

        Filter to retrieve EV charging stations with the given current type provided at one of the station EVSE. Accepted is either AC or DC. Not supported for suggestByText in OfflineSearchEngine (not available in all editions).

    • Constructor Detail

      • Ev

        public Ev()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object