Interface ListComponentTypesFilter.Builder

    • Method Detail

      • extendsFrom

        ListComponentTypesFilter.Builder extendsFrom​(String extendsFrom)

        The component type that the component types in the list extend.

        Parameters:
        extendsFrom - The component type that the component types in the list extend.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        ListComponentTypesFilter.Builder namespace​(String namespace)

        The namespace to which the component types in the list belong.

        Parameters:
        namespace - The namespace to which the component types in the list belong.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAbstract

        ListComponentTypesFilter.Builder isAbstract​(Boolean isAbstract)

        A Boolean value that specifies whether the component types in the list are abstract.

        Parameters:
        isAbstract - A Boolean value that specifies whether the component types in the list are abstract.
        Returns:
        Returns a reference to this object so that method calls can be chained together.