| Package | Description |
|---|---|
| org.orcid.jaxb.model.record_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected CreationMethod |
History.creationMethod |
| Modifier and Type | Method and Description |
|---|---|
static CreationMethod |
CreationMethod.fromValue(String v) |
CreationMethod |
History.getCreationMethod()
Gets the value of the creationMethod property.
|
static CreationMethod |
CreationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationMethod[] |
CreationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
History.setCreationMethod(CreationMethod value)
Sets the value of the creationMethod property.
|
| Constructor and Description |
|---|
History(CreationMethod creationMethod,
CompletionDate completionDate,
SubmissionDate submissionDate,
LastModifiedDate lastModifiedDate,
Claimed claimed,
SourceType source,
DeactivationDate deactivationDate,
boolean verifiedEmail,
boolean verifiedPrimaryEmail,
Visibility visibility)
Fully-initialising value constructor
|
Copyright © 2020. All rights reserved.