Interface GroupAccessor.GroupMutator

All Known Subinterfaces:
EventMetaData.EventMetaDataBuilder, GroupAccessor.GroupProperty
All Known Implementing Classes:
EventMetaDataBuilderImpl
Enclosing interface:
GroupAccessor

public static interface GroupAccessor.GroupMutator
Provides a mutator for a group property.
  • Method Summary

    Modifier and Type Method Description
    void setGroup​(String aGroup)
    Sets the group for the group property.
  • Method Details

    • setGroup

      void setGroup​(String aGroup)
      Sets the group for the group property.
      Parameters:
      aGroup - The group to be stored by the group property.