Interface GroupAccessor.GroupBuilder<B extends GroupAccessor.GroupBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
EventMetaData.EventMetaDataBuilder
All Known Implementing Classes:
EventMetaDataBuilderImpl
Enclosing interface:
GroupAccessor

public static interface GroupAccessor.GroupBuilder<B extends GroupAccessor.GroupBuilder<B>>
Provides a builder method for a group property returning the builder for applying multiple build operations.
  • Method Summary

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

    • withGroup

      B withGroup​(String aGroup)
      Sets the group for the group property.
      Parameters:
      aGroup - The group to be stored by the group property.
      Returns:
      The builder for applying multiple build operations.