com.atlassian.jira.project
Class RemoteProject.Builder

java.lang.Object
  extended by com.atlassian.jira.project.RemoteProject.Builder
Enclosing class:
RemoteProject

public static final class RemoteProject.Builder
extends Object


Constructor Summary
RemoteProject.Builder()
           
 
Method Summary
 RemoteProject.Builder applicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink)
           
 RemoteProject.Builder avatar(RemoteAvatar avatar)
           
 RemoteProject build()
           
 RemoteProject.Builder description(String description)
           
 RemoteProject.Builder id(long id)
           
 RemoteProject.Builder key(String key)
           
 RemoteProject.Builder leadUser(RemoteUser leadUser)
           
 RemoteProject.Builder name(String name)
           
 RemoteProject.Builder url(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProject.Builder

public RemoteProject.Builder()
Method Detail

id

public RemoteProject.Builder id(long id)

key

public RemoteProject.Builder key(String key)

applicationLink

public RemoteProject.Builder applicationLink(com.atlassian.applinks.api.ApplicationLink applicationLink)

name

public RemoteProject.Builder name(String name)

description

public RemoteProject.Builder description(String description)

leadUser

public RemoteProject.Builder leadUser(RemoteUser leadUser)

url

public RemoteProject.Builder url(String url)

avatar

public RemoteProject.Builder avatar(RemoteAvatar avatar)

build

public RemoteProject build()


Copyright © 2002-2014 Atlassian. All Rights Reserved.