Interface FragmentAccessor.FragmentMutator

All Known Subinterfaces:
FragmentAccessor.FragmentProperty
All Known Implementing Classes:
UrlBuilder
Enclosing interface:
FragmentAccessor

public static interface FragmentAccessor.FragmentMutator
Provides a mutator for a fragment property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFragment(String aFragment)
    Sets the fragment for the fragment property.
  • Method Details

    • setFragment

      void setFragment(String aFragment)
      Sets the fragment for the fragment property.
      Parameters:
      aFragment - The fragment to be stored by the fragment property.