Module org.refcodes.mixin
Package org.refcodes.mixin
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withUniversalId(String aUid)
Sets the Universal-TID for the Universal-TID property.
-