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.WithPrintFallbackDigipostClient. createMessage(Message message)Oppretter en forsendelse for sending gjennom Digipost.OngoingDelivery.ForPrintOnlyDigipostClient. 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.WithPrintFallbackMessageDeliverer. createMessage(Message message)OngoingDelivery.ForPrintOnlyMessageDeliverer. createPrintOnlyMessage(Message printMessage)MessageDeliveryMessageDeliverer. 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 MessageMessage.MessageBuilder. build()static MessageMessage. copyMessageWithOnlyDigipostDetails(Message messageToCopy)static MessageMessage. copyMessageWithOnlyPrintDetails(Message messageToCopy)MessageObjectFactory. createMessage()Methods in no.digipost.api.client.representations with parameters of type Message Modifier and Type Method Description static MessageMessage. copyMessageWithOnlyDigipostDetails(Message messageToCopy)static MessageMessage. copyMessageWithOnlyPrintDetails(Message messageToCopy)booleanMessage. isSameMessageAs(Message message)booleanMessageDelivery. isSameMessageAs(Message message)
-