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 Summary

    Modifier and Type
    Method
    Description
    withSessionId(String aSessionId)
    Sets the value for the sessionId property.
  • Method Details

    • 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.