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 Detail

      • 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.