Interface Alias.Builder

    • Method Detail

      • name

        Alias.Builder name​(String name)

        The canonical name of the alias.

        Parameters:
        name - The canonical name of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        Alias.Builder names​(Collection<String> names)

        A list of names for the alias, including the canonical name.

        Parameters:
        names - A list of names for the alias, including the canonical name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        Alias.Builder names​(String... names)

        A list of names for the alias, including the canonical name.

        Parameters:
        names - A list of names for the alias, including the canonical name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Alias.Builder type​(String type)

        The type of the alias.

        Parameters:
        type - The type of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.