com.atlassian.jira.rest.v2.issue.project
Class ProjectRoleBean.Builder

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.project.ProjectRoleBean.Builder
Enclosing class:
ProjectRoleBean

public static class ProjectRoleBean.Builder
extends Object


Method Summary
 ProjectRoleBean.Builder actors(Collection<RoleActorBean> actors)
           
 ProjectRoleBean build(String projectKey, javax.ws.rs.core.UriInfo uriInfo)
           
 ProjectRoleBean.Builder description(String description)
           
 ProjectRoleBean.Builder id(Long id)
           
 ProjectRoleBean.Builder name(String name)
           
static ProjectRoleBean.Builder newBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

name

public ProjectRoleBean.Builder name(String name)

id

public ProjectRoleBean.Builder id(Long id)

description

public ProjectRoleBean.Builder description(String description)

actors

public ProjectRoleBean.Builder actors(Collection<RoleActorBean> actors)

build

public ProjectRoleBean build(String projectKey,
                             javax.ws.rs.core.UriInfo uriInfo)

newBuilder

public static ProjectRoleBean.Builder newBuilder()


Copyright © 2002-2012 Atlassian. All Rights Reserved.