Class SupplierReference

java.lang.Object
com.here.sdk.search.SupplierReference

public final class SupplierReference extends Object

Identifier of the place as provided by the supplier

  • Field Details

    • supplier

      @NonNull public String supplier

      Information about the supplier of this reference.

    • id

      @NonNull public String id

      Identifier of the place as provided by the supplier.

  • Constructor Details

    • SupplierReference

      public SupplierReference(@NonNull String supplier, @NonNull String id)

      Creates a new instance.

      Parameters:
      supplier -

      Information about the supplier of this reference.

      id -

      Identifier of the place as provided by the supplier.

    • SupplierReference

      public SupplierReference()

      Creates a new instance.

  • Method Details