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.
    Enclosing interface:
    UniversalIdAccessor


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

      • withUniversalId

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