Uses of Class
no.digipost.api.client.representations.Message
-
Packages that use Message Package Description no.digipost.api.client no.digipost.api.client.internal.delivery 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 Message in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type Message Modifier and Type Method Description OngoingDelivery.WithPrintFallback
DigipostClient. createMessage(Message message)
Oppretter en forsendelse for sending gjennom Digipost.OngoingDelivery.ForPrintOnly
DigipostClient. createPrintOnlyMessage(Message printMessage)
Opprette forsendelse som skal gå direkte til print og videre til utsending gjennom vanlig postgang. -
Uses of Message in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery with parameters of type Message Modifier and Type Method Description OngoingDelivery.WithPrintFallback
MessageDeliverer. createMessage(Message message)
OngoingDelivery.ForPrintOnly
MessageDeliverer. createPrintOnlyMessage(Message printMessage)
MessageDelivery
MessageDeliverer. sendMultipartMessage(Message message, Map<UUID,no.digipost.api.client.internal.delivery.DocumentContent> documentsAndContent)
Sender melding med alle dokumenter og innhold med én API-forespørsel (HTTP multipart request). -
Uses of Message in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return Message Modifier and Type Method Description Message
Message.MessageBuilder. build()
static Message
Message. copyMessageWithOnlyDigipostDetails(Message messageToCopy)
static Message
Message. copyMessageWithOnlyPrintDetails(Message messageToCopy)
Message
ObjectFactory. createMessage()
Methods in no.digipost.api.client.representations with parameters of type Message Modifier and Type Method Description static Message
Message. copyMessageWithOnlyDigipostDetails(Message messageToCopy)
static Message
Message. copyMessageWithOnlyPrintDetails(Message messageToCopy)
boolean
Message. isSameMessageAs(Message message)
boolean
MessageDelivery. isSameMessageAs(Message message)
-