Class PlaceFoodType
Package com.here.sdk.search
Class PlaceFoodType
- java.lang.Object
-
- com.here.sdk.search.PlaceFoodType
-
public final class PlaceFoodType extends java.lang.ObjectParameters related to HERE Places cuisine system.
-
-
Constructor Summary
Constructors Constructor Description PlaceFoodType(java.lang.String id)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
id
@NonNull public java.lang.String id
Identifier for an associated food type. For example, the food type ID "200-000" represents the unique culture and flavor of Asia. The complete list of supported food type IDs can be found here.
-
name
@Nullable public java.lang.String name
Name of the food type in the requested language. Ignored when used in
PlaceFilter.
-
primary
public boolean primary
Whether or not it is a primary food type.
-
-
Constructor Detail
-
PlaceFoodType
public PlaceFoodType(@NonNull java.lang.String id)Creates a new instance.
- Parameters:
id-Identifier for an associated food type. For example, the food type ID "200-000" represents the unique culture and flavor of Asia. The complete list of supported food type IDs can be found here.
-
-