Interface CommentAccessor.CommentBuilder<B extends CommentAccessor.CommentBuilder<B>>

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

public static interface CommentAccessor.CommentBuilder<B extends CommentAccessor.CommentBuilder<B>>
Provides a builder method for a comment property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withComment(String aComment)
    Sets the comment for the comment property.
  • Method Details

    • withComment

      B withComment(String aComment)
      Sets the comment for the comment property.
      Parameters:
      aComment - The comment to be stored by the comment property.
      Returns:
      The builder for applying multiple build operations.