|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeliveryMethod | |
---|---|
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 DeliveryMethod in no.digipost.api.client.representations |
---|
Fields in no.digipost.api.client.representations declared as DeliveryMethod | |
---|---|
protected DeliveryMethod |
MessageDelivery.deliveryMethod
|
Methods in no.digipost.api.client.representations that return DeliveryMethod | |
---|---|
static DeliveryMethod |
DeliveryMethod.fromValue(String v)
|
DeliveryMethod |
MessageDelivery.getDeliveryMethod()
|
static DeliveryMethod |
DeliveryMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeliveryMethod[] |
DeliveryMethod.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 DeliveryMethod | |
---|---|
MessageDelivery(String messageId,
DeliveryMethod deliveryMethod,
MessageStatus status,
org.joda.time.DateTime deliveredDate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |