| Package | Description |
|---|---|
| no.difi.begrep |
| Modifier and Type | Field and Description |
|---|---|
protected DifiStatus |
DifiPerson.status |
| Modifier and Type | Method and Description |
|---|---|
static DifiStatus |
DifiStatus.fromValue(String v) |
DifiStatus |
DifiPerson.getStatus()
Gets the value of the status property.
|
static DifiStatus |
DifiStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifiStatus[] |
DifiStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DifiPerson.setStatus(DifiStatus value)
Sets the value of the status property.
|
DifiPerson |
DifiPerson.withStatus(DifiStatus value) |
| Constructor and Description |
|---|
DifiPerson(String personidentifikator,
DifiReservasjon reservasjon,
DifiStatus status,
String beskrivelse,
DifiKontaktinformasjon kontaktinformasjon,
DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse,
String x509Certificate)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.