public interface RequestBuilder
SendMessageBuilder
. Default impl : RequestBuilderImpl
Factory :
BuilderFactory
Modifier and Type | Method and Description |
---|---|
GetAllEhboxesMessagesListRequest |
createAllEhboxesMessagesListRequest(String source)
retrieve all messages for given source from all ehealthboxes.
|
GetAllEhboxesMessagesListRequest |
createAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
retrieve all messages for default ehealthbox.
|
GetBoxInfoRequest |
createBoxInfoRequest(BoxIdType boxId)
retrieve the information from the given ehealthboxes.
|
GetBoxInfoRequest |
createBoxInfoRequestForDefaultBox()
retrieve the information about the default ehealtbox.
|
DeleteMessageRequest |
createDeleteMessageRequest(String source,
BoxIdType boxId,
List<String> messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
|
DeleteMessageRequest |
createDeleteMessageRequest(String source,
BoxIdType boxId,
String... messageIds)
create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
|
DeleteMessageRequest |
createDeleteMessageRequest(String source,
List<String> messageIds)
creates a DeleteMessageRequest which asks the server to delete some messages.
|
DeleteMessageRequest |
createDeleteMessageRequest(String source,
String... messageIds)
creates a DeleteMessageRequest which asks the server to delete some messages.
|
DeleteOoORequest |
createDeleteOoORequest(BoxIdType boxId,
List<String> oOoIds)
delete the OoO's for the given ehealthBoxes.
|
DeleteOoORequest |
createDeleteOoORequest(BoxIdType boxId,
String... oOoIds)
delete the OoO's for the given ehealthBoxes.
|
DeleteOoORequest |
createDeleteOoORequest(List<String> oOoIds)
delete the OoO's for the default ehealthbox.
|
DeleteOoORequest |
createDeleteOoORequest(String... oOoIds)
delete the OoO's for the default ehealthbox.
|
GetAllEhboxesMessagesListRequest |
createGetAllEhboxesMessagesListRequest(String source,
Integer startIndex,
Integer endIndex)
retrieve messages from all ehealthboxes for a given source , start and endIndex.
|
GetFullMessageRequest |
createGetFullMessageRequest(String messageId)
retrieve message information of the message GetFullMessageRequest from INBOX with given messageId.
|
GetFullMessageRequest |
createGetFullMessageRequest(String messageId,
String source)
retrieve message information of the message GetFullMessageRequest for the default ehealthbox.
|
GetFullMessageRequest |
createGetFullMessageRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetFullMessageRequest .
|
GetHistoryRequest |
createGetHistoryRequest(String messageId)
retrieve message information of the message GetHistoryRequest from INBOX with given messageId.
|
GetHistoryRequest |
createGetHistoryRequest(String messageId,
String source)
retrieve message information of the message GetHistoryRequest for the default ehealthbox.
|
GetHistoryRequest |
createGetHistoryRequest(String messageId,
String source,
BoxIdType boxId)
retrieve message information of the message GetHistoryRequest .
|
GetMessageAcknowledgmentsStatusRequest |
createGetMessageAcknowledgmentsStatusRequest(String messageId)
retrieve acknowledementStatuses for a message.
|
GetMessageAcknowledgmentsStatusRequest |
createGetMessageAcknowledgmentsStatusRequest(String messageId,
Integer startIndex,
Integer endIndex,
BoxIdType boxId)
retrieve acknowledementStatuses for a message.
|
GetMessagesListRequest |
createGetMessagesListRequest(String source)
retrieve the messages for a given source and the default ehealthbox.
|
GetMessagesListRequest |
createGetMessagesListRequest(String source,
int startIndex,
int endIndex,
BoxIdType boxId)
retrieve the messages .
|
GetOoOListRequest |
createGetOoOListRequest()
retrieve the Out Of Offices for the default ehealthbox.
|
GetOoOListRequest |
createGetOoOListRequest(BoxIdType boxId)
retrieve the Out Of Offices for the given ehealthBox.
|
InsertOoORequest |
createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
createInsertOoORequest(BoxIdType boxId,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the given Ehealthboxes .
|
InsertOoORequest |
createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
BoxIdType... substitutes)
Insert an Out of Office with substitutes for the default ehealthBox.
|
InsertOoORequest |
createInsertOoORequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
List<BoxIdType> substitutes)
Insert an Out of Office with substitutes for the default ehealthBox.
|
MessageRequestType |
createMessageRequestType(String messageId)
Deprecated.
|
MessageRequestType |
createMessageRequestType(String messageId,
String source)
Deprecated.
|
MessageRequestType |
createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
Deprecated.
|
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
List<String> messageIds)
move messages beteen source for given ehealthboxes.
|
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
BoxIdType boxId,
String... messageIds)
move messages beteen source for given ehealthboxes.
|
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
List<String> messageIds)
move messages between sources for default ehealthbox.
|
MoveMessageRequest |
createMoveMessageRequest(String source,
String destination,
String... messageIds)
move messages between sources for default ehealthbox.
|
DeleteMessageRequest createDeleteMessageRequest(String source, String... messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds
- one or more messageIds to deleteDeleteMessageRequest
DeleteMessageRequest createDeleteMessageRequest(String source, List<String> messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds
- one or more messageIds to deleteDeleteMessageRequest
DeleteMessageRequest createDeleteMessageRequest(String source, BoxIdType boxId, String... messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to usemessageIds
- the id(s) of the message(s) to deleteDeleteMessageRequest createDeleteMessageRequest(String source, BoxIdType boxId, List<String> messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to usemessageIds
- the id(s) of the message(s) to deleteGetAllEhboxesMessagesListRequest createGetAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex
- index of the first message , min 1 index of the first message , min 1endIndex
- index of the last message, max startIndex + 100GetMessagesListRequest createGetMessagesListRequest(String source, int startIndex, int endIndex, BoxIdType boxId)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex
- index of the first message , min 1endIndex
- index of the last message, max startIndex + 100boxId
- BoxIdType
the ehealthBox to useGetMessagesListRequest createGetMessagesListRequest(String source)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookGetBoxInfoRequest createBoxInfoRequestForDefaultBox()
GetBoxInfoRequest createBoxInfoRequest(BoxIdType boxId)
boxId
- BoxIdType
the ehealthBox to useGetAllEhboxesMessagesListRequest createAllEhboxesMessagesListRequest(String source)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookGetAllEhboxesMessagesListRequest createAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookstartIndex
- index of the first message , min 1endIndex
- index of the last message, max startIndex + 100@Deprecated MessageRequestType createMessageRequestType(String messageId)
messageId
- the message for which this MessageRequest is created.@Deprecated MessageRequestType createMessageRequestType(String messageId, String source)
messageId
- the message for which this MessageRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbook@Deprecated MessageRequestType createMessageRequestType(String messageId, String source, BoxIdType boxId)
messageId
- the message for which this MessageRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to useGetFullMessageRequest createGetFullMessageRequest(String messageId)
messageId
- the message for which this GetFullMessageRequest is created.GetFullMessageRequest createGetFullMessageRequest(String messageId, String source)
messageId
- the message for which this GetFullMessageRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookGetFullMessageRequest createGetFullMessageRequest(String messageId, String source, BoxIdType boxId)
messageId
- the message for which this GetFullMessageRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to useGetHistoryRequest createGetHistoryRequest(String messageId)
messageId
- the message for which this GetHistoryRequest is created.GetHistoryRequest createGetHistoryRequest(String messageId, String source)
messageId
- the message for which this GetHistoryRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookGetHistoryRequest createGetHistoryRequest(String messageId, String source, BoxIdType boxId)
messageId
- the message for which this GetHistoryRequest is created.source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to useMoveMessageRequest createMoveMessageRequest(String source, String destination, String... messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination
- the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds
- the messageIds that need to be movedMoveMessageRequest createMoveMessageRequest(String source, String destination, List<String> messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination
- the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookmessageIds
- the messageIds that need to be movedMoveMessageRequest createMoveMessageRequest(String source, String destination, BoxIdType boxId, String... messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination
- the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to usemessageIds
- the messageIds that need to be movedMoveMessageRequest createMoveMessageRequest(String source, String destination, BoxIdType boxId, List<String> messageIds)
source
- the source of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookdestination
- the destination of the messages , INBOX, BININBOX, SENTBOX, BINSENTBOX ... see cookbookboxId
- BoxIdType
the ehealthBox to usemessageIds
- the messageIds that need to be movedGetMessageAcknowledgmentsStatusRequest createGetMessageAcknowledgmentsStatusRequest(String messageId)
messageId
- the id of the message for which this request is created.GetMessageAcknowledgmentsStatusRequest createGetMessageAcknowledgmentsStatusRequest(String messageId, Integer startIndex, Integer endIndex, BoxIdType boxId)
messageId
- the id of the message for which this request is created.startIndex
- index of the first message , min 1endIndex
- index of the last message, max startIndex + 100boxId
- BoxIdType
the ehealthBox to useDeleteOoORequest createDeleteOoORequest(String... oOoIds)
oOoIds
- the OoO (Out of Office) ids , as retrieved with the GetOoOList method.DeleteOoORequest createDeleteOoORequest(List<String> oOoIds)
oOoIds
- the OoO (Out of Office) ids , as retrieved with the GetOoOList method.DeleteOoORequest createDeleteOoORequest(BoxIdType boxId, String... oOoIds)
boxId
- BoxIdType
the ehealthBox to useoOoIds
- the OoO (Out of Office) ids , as retrieved with the GetOoOList method.DeleteOoORequest createDeleteOoORequest(BoxIdType boxId, List<String> oOoIds)
boxId
- BoxIdType
the ehealthBox to useoOoIds
- the OoO (Out of Office) ids , as retrieved with the GetOoOList method.GetOoOListRequest createGetOoOListRequest()
GetOoOListRequest createGetOoOListRequest(BoxIdType boxId)
boxId
- the BoxIdType
indicating the ehealthBox to use.InsertOoORequest createInsertOoORequest(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, BoxIdType... substitutes)
startDate
- the start date of the Out Of Office.endDate
- the end date of the Out of Officesubstitutes
- zero or more BoxIdType
indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )InsertOoORequest createInsertOoORequest(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, List<BoxIdType> substitutes)
startDate
- the start date of the Out Of Office.endDate
- the end date of the Out of Officesubstitutes
- zero or more BoxIdType
indicating the substitutes ( ehealthBoxes to forward the mail to during the Out of
Office period )InsertOoORequest createInsertOoORequest(BoxIdType boxId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, BoxIdType... substitutes)
InsertOoORequest createInsertOoORequest(BoxIdType boxId, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, List<BoxIdType> substitutes)
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.