Uses of Class
no.digipost.api.client.representations.DocumentEventType
-
Packages that use DocumentEventType 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. -
-
Uses of DocumentEventType in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return DocumentEventType Modifier and Type Method 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.Constructors in no.digipost.api.client.representations with parameters of type DocumentEventType Constructor Description DocumentEvent(UUID uuid, DocumentEventType type, ZonedDateTime created, ZonedDateTime documentCreated)
DocumentEvent(UUID uuid, DocumentEventType type, ZonedDateTime created, ZonedDateTime documentCreated, EventMetadata metadata)
-