|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
no.digipost.api.client | |
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 ContentType in no.digipost.api.client |
---|
Methods in no.digipost.api.client with parameters of type ContentType | |
---|---|
com.sun.jersey.api.client.ClientResponse |
ApiService.addToContentAndSend(MessageBase createdMessage,
InputStream letterContent,
ContentType contentType)
Angir innholdet i en allerede opprettet forsendelse og sender det som en POST-forespørsel til serveren. |
Message |
MessageSender.addToContentAndSendMessage(Message createdMessage,
InputStream letterContent,
ContentType contentType)
Legger til innhold (PDF) til en forsendelse og sender brevet. |
Message |
MessageSender.sendMessage(Message message,
InputStream letterContent,
ContentType contentType)
Sender et brev gjennom Digipost. |
Message |
DigipostClient.sendMessage(Message message,
InputStream letterContent,
ContentType contentType)
Muliggjør sending med HTML content type. |
DigipostClient.SendResult |
DigipostClient.sendMessageToDigipostOrDeliverToPrint(Message message,
ContentType digipostMessageContentType,
InputStream digipostMessageContent,
PrintMessage printMessage)
|
DigipostClient.SendResult |
DigipostClient.sendMessageToDigipostOrDeliverToPrint(Message message,
ContentType digipostMessageContentType,
InputStream digipostMessageContent,
PrintMessage printMessage,
InputStream printMessageContent)
Sender brev i Digipost. |
Uses of ContentType in no.digipost.api.client.representations |
---|
Methods in no.digipost.api.client.representations that return ContentType | |
---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |