withId method

ProjectBuilder withId(
  1. int id
)

Implementation

ProjectBuilder withId(final int id) {
  _id = id;
  return this;
}