com.atlassian.jira.entity
Class ProjectCategoryFactory.Builder
java.lang.Object
com.atlassian.jira.entity.ProjectCategoryFactory.Builder
- Enclosing class:
- ProjectCategoryFactory
public static class ProjectCategoryFactory.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectCategoryFactory.Builder
public ProjectCategoryFactory.Builder()
id
public ProjectCategoryFactory.Builder id(Long id)
name
public ProjectCategoryFactory.Builder name(String name)
description
public ProjectCategoryFactory.Builder description(String description)
build
public ProjectCategory build()
Copyright © 2002-2012 Atlassian. All Rights Reserved.