withProjectId method

CapsuleBuilder withProjectId(
  1. int projectId
)

Implementation

CapsuleBuilder withProjectId(final int projectId) {
  _projectId = projectId;
  return this;
}