Class PlaceIdQuery

  • java.lang.Object
    • com.here.sdk.search.PlaceIdQuery

  • public final class PlaceIdQuery
    extends java.lang.Object

    The options to specify a Place id query.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id
      Desired Place id to search.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaceIdQuery​(java.lang.String id)
      Constructs a PlaceIdQuery from the provided Place id.
    • 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

      • id

        @NonNull
        public final java.lang.String id

        Desired Place id to search.

    • Constructor Detail

      • PlaceIdQuery

        public PlaceIdQuery​(@NonNull
                            java.lang.String id)

        Constructs a PlaceIdQuery from the provided Place id.

        Parameters:
        id -

        Desired Place id to search.

    • 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