Interface GeoLocationTarget.Builder

    • Method Detail

      • name

        GeoLocationTarget.Builder name​(String name)

        The name of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using the namedShadow filter.

        Parameters:
        name - The name of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using the namedShadow filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • order

        GeoLocationTarget.Builder order​(String order)

        The order of the geolocation target field. This field is optional. The default value is LatLon.

        Parameters:
        order - The order of the geolocation target field. This field is optional. The default value is LatLon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetFieldOrder, TargetFieldOrder
      • order

        GeoLocationTarget.Builder order​(TargetFieldOrder order)

        The order of the geolocation target field. This field is optional. The default value is LatLon.

        Parameters:
        order - The order of the geolocation target field. This field is optional. The default value is LatLon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetFieldOrder, TargetFieldOrder