public class DeveloperDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
String |
email
The email of the developer.
|
String |
identifier
The display name of the developer.
|
String |
name
The display name of the developer.
|
String |
organization
The organization name of the developer.
|
String |
organizationUrl
The organization URL of the developer.
|
List<String> |
roles
The roles of the developer.
|
Integer |
timezone
The timezone of the developer.
|
| Constructor and Description |
|---|
DeveloperDTO() |
public String identifier
nullpublic String name
If not specified this field must be null.
public String email
If not specified this field must be null.
public List<String> roles
If not specified this field must be empty.
public String organization
If not specified this field must be null.
public String organizationUrl
If not specified this field must be null.
public Integer timezone
If not specified this field must be null.
Copyright © 2021. All rights reserved.