Modifier and Type | Method and Description |
---|---|
Organization |
Organization.Builder.build() |
Organization |
Model.getOrganization()
This element describes various attributes of the organization to which the
project belongs.
|
static Organization |
Organization.newInstance()
Creates a new
Organization instance. |
static Organization |
Organization.newInstance(boolean withDefaults)
Creates a new
Organization instance using default values or not. |
Organization |
Organization.withName(String name)
Creates a new
Organization instance using the specified name. |
Organization |
Organization.withUrl(String url)
Creates a new
Organization instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
static Organization.Builder |
Organization.newBuilder(Organization from)
Creates a new
Organization builder instance using the specified object as a basis. |
static Organization.Builder |
Organization.newBuilder(Organization from,
boolean forceCopy)
Creates a new
Organization builder instance using the specified object as a basis. |
Model.Builder |
Model.Builder.organization(Organization organization) |
Model |
Model.withOrganization(Organization organization)
Creates a new
Model instance using the specified organization. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.