Package | Description |
---|---|
no.digipost.api.client.representations |
Copyright (C) Posten Norge AS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
DocumentEventType |
DocumentEvent.getType() |
static DocumentEventType |
DocumentEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentEventType[] |
DocumentEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DocumentEvent(UUID uuid,
DocumentEventType type,
ZonedDateTime created,
ZonedDateTime documentCreated) |
DocumentEvent(UUID uuid,
DocumentEventType type,
ZonedDateTime created,
ZonedDateTime documentCreated,
EventMetadata metadata) |
Copyright © 2019 Digipost. All rights reserved.