Interface TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>>

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

public static interface TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>>
Provides a builder method for a token property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withToken(String aToken)
    Sets the token for the token property.
  • Method Details

    • withToken

      B withToken(String aToken)
      Sets the token for the token property.
      Parameters:
      aToken - The token to be stored by the token property.
      Returns:
      The builder for applying multiple build operations.