Interface SessionIdAccessor.SessionIdBuilder<B extends SessionIdAccessor.SessionIdBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    SessionIdAccessor

    public static interface SessionIdAccessor.SessionIdBuilder<B extends SessionIdAccessor.SessionIdBuilder<B>>
    Provides a builder method for a the according property returning the builder for applying multiple build operations.
    • Method Detail

      • withSessionId

        B withSessionId​(String aSessionId)
        Sets the value for the sessionId property.
        Parameters:
        aSessionId - The value to be stored by the sessionId property.
        Returns:
        The builder for applying multiple build operations.