Interface ActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>>

  • Type Parameters:
    A - The type of the action property.
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    ActionAccessor<A>


    public static interface ActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>>
    Provides a builder method for a action property returning the builder for applying multiple build operations.
    • Method Detail

      • withAction

        B withAction​(A aAction)
        Sets the action for the action property.
        Parameters:
        aAction - The action to be stored by the action property.
        Returns:
        The builder for applying multiple build operations.