Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected String |
displayText |
protected String |
domain |
protected String |
domainId |
protected String |
id |
protected String |
name |
protected Project.State |
state |
protected Set<Tag> |
tags |
Constructor and Description |
---|
Project.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
account(String account) |
Project |
build() |
T |
displayText(String displayText) |
T |
domain(String domain) |
T |
domainId(String domainId) |
T |
fromDomain(Project in) |
T |
id(String id) |
T |
name(String name) |
protected abstract T |
self() |
T |
state(Project.State state) |
T |
tags(Set<Tag> tags) |
T |
tags(Tag... in) |
protected String id
protected String account
protected String displayText
protected String domain
protected String domainId
protected String name
protected Project.State state
protected abstract T self()
public T id(String id)
Project.getId()
public T name(String name)
Project.getName()
public T domainId(String domainId)
Project.getDomainId()
public T domain(String domain)
Project.getDomain()
public T account(String account)
Project.getAccount()
public T displayText(String displayText)
Project.getDisplayText()
public T state(Project.State state)
Project.getState()
public T tags(Set<Tag> tags)
Project.getTags()
public Project build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.