Interface FragmentAccessor.FragmentBuilder<B extends FragmentAccessor.FragmentBuilder<?>>

Type Parameters:
B - The builder which implements the FragmentAccessor.FragmentBuilder.
All Known Implementing Classes:
UrlBuilder
Enclosing interface:
FragmentAccessor

public static interface FragmentAccessor.FragmentBuilder<B extends FragmentAccessor.FragmentBuilder<?>>
Provides a mutator for an fragment property.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFragment(String aFragment)
    Sets the fragment to use and returns this builder as of the builder pattern.
  • Method Details

    • withFragment

      B withFragment(String aFragment)
      Sets the fragment to use and returns this builder as of the builder pattern.
      Parameters:
      aFragment - The fragment to be stored by the fragment property.
      Returns:
      This FragmentAccessor.FragmentBuilder instance to continue configuration.