Indexable.Builder

public static class Indexable.Builder extends IndexableBuilder<Indexable.Builder>

The builder for Indexable.

Convenience methods to construct indexables for common data types are available via Indexables.

Note that the following limitations are automatically applied:

Public Constructor Summary

Builder()
The constructor.
Builder(String type)
The constructor.

Inherited Method Summary

Public Constructors

public Builder ()

The constructor.

public Builder (String type)

The constructor.

Parameters
type The Schema.org type best describing this indexable unit (refer to schema.org for a list of standard types).