Interface UniversalIdAccessor.UniversalIdBuilder<B extends UniversalIdAccessor.UniversalIdBuilder<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:
UniversalIdAccessor

public static interface UniversalIdAccessor.UniversalIdBuilder<B extends UniversalIdAccessor.UniversalIdBuilder<B>>
Provides a builder method for a Universal-TID property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the Universal-TID for the Universal-TID property.
  • Method Details

    • withUniversalId

      B withUniversalId(String aUid)
      Sets the Universal-TID for the Universal-TID property.
      Parameters:
      aUid - The Universal-TID to be stored by the Universal-TID property.
      Returns:
      The builder for applying multiple build operations.