public static class MavenDeveloper.Builder extends Object
MavenDeveloper.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MavenDeveloper |
build() |
MavenDeveloper.Builder |
email(String email)
Set the email address of the developer.
|
MavenDeveloper.Builder |
id(String id)
Set the ID of the developer.
|
MavenDeveloper.Builder |
name(String name)
Set the name of the developer.
|
MavenDeveloper.Builder |
organization(String organization)
Set the organization's name of the developer.
|
MavenDeveloper.Builder |
organizationUrl(String organizationUrl)
Set the associated organization's URL of the developer.
|
MavenDeveloper.Builder |
property(String key,
String value)
Add a property associated with the developer.
|
MavenDeveloper.Builder |
role(String role)
Add a role of the developer.
|
MavenDeveloper.Builder |
timezone(String timezone)
Set the timezone associated with the developer.
|
MavenDeveloper.Builder |
url(String url)
Set the URL of the developer.
|
public MavenDeveloper.Builder id(String id)
id - the ID of the developer or nullpublic MavenDeveloper.Builder name(String name)
name - the name of the developer or nullpublic MavenDeveloper.Builder email(String email)
email - the email address of the developer or nullpublic MavenDeveloper.Builder url(String url)
url - the URL of the developer or nullpublic MavenDeveloper.Builder organization(String organization)
organization - the organization of the developer or nullpublic MavenDeveloper.Builder organizationUrl(String organizationUrl)
organizationUrl - the URL of the organization or nullpublic MavenDeveloper.Builder role(String role)
role - the role of the developerpublic MavenDeveloper.Builder timezone(String timezone)
timezone - the timezone that the developer lives in or nullpublic MavenDeveloper.Builder property(String key, String value)
key - the appropriate key associated with the propertyvalue - the value of the propertypublic MavenDeveloper build()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.