withId method

RoleBuilder withId(
  1. int id
)

Implementation

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