Uses of Class
be.fgov.ehealth.ehbox.consultation.protocol.v3.DeleteMessageRequest

Packages that use DeleteMessageRequest
be.ehealth.businessconnector.ehbox.v3.builders Contains the interface to build the Object that 'll be passed to the services and the BuilderFactory to get it . 
be.ehealth.businessconnector.ehbox.v3.builders.impl   
be.ehealth.businessconnector.ehbox.v3.service Contains the interface of the service publication and consultation and the factory to get it back Use ServiceFactory to get an instance of consultation or publication passing the Access token. 
be.ehealth.businessconnector.ehbox.v3.service.impl   
be.ehealth.businessconnector.ehbox.v3.session Contains the interface of the service ehealthBox and the factory to get it back Use ServiceFactory to get an instance of ehealthBox with session and token initialized. 
be.ehealth.businessconnector.ehbox.v3.session.impl   
be.fgov.ehealth.ehbox.consultation.protocol.v3   
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.builders
 

Methods in be.ehealth.businessconnector.ehbox.v3.builders that return DeleteMessageRequest
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, BoxIdType boxId, List<String> messageIds)
          create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, BoxIdType boxId, String... messageIds)
          create a deleteMessageRequest for a list of messages for a given source and ehealthBoxes.
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, List<String> messageIds)
          creates a DeleteMessageRequest which asks the server to delete some messages.
 DeleteMessageRequest RequestBuilder.createDeleteMessageRequest(String source, String... messageIds)
          creates a DeleteMessageRequest which asks the server to delete some messages.
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.builders.impl
 

Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that return DeleteMessageRequest
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, BoxIdType boxId, List<String> messageIds)
           
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, BoxIdType boxId, String... messageIds)
           
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, List<String> messageIds)
           
 DeleteMessageRequest RequestBuilderImpl.createDeleteMessageRequest(String source, String... messageIds)
           
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.service
 

Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type DeleteMessageRequest
 DeleteMessageResponse ConsultationService.deleteMessage(SAMLToken token, DeleteMessageRequest request)
           delete specific message.
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.service.impl
 

Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type DeleteMessageRequest
 DeleteMessageResponse ConsultationServiceImpl.deleteMessage(SAMLToken token, DeleteMessageRequest request)
           
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.session
 

Methods in be.ehealth.businessconnector.ehbox.v3.session with parameters of type DeleteMessageRequest
 DeleteMessageResponse EhealthBoxServiceV3.deleteMessage(DeleteMessageRequest request)
           delete specific message.
 

Uses of DeleteMessageRequest in be.ehealth.businessconnector.ehbox.v3.session.impl
 

Methods in be.ehealth.businessconnector.ehbox.v3.session.impl with parameters of type DeleteMessageRequest
 DeleteMessageResponse EhealthBoxServiceV3Impl.deleteMessage(DeleteMessageRequest request)
           
 

Uses of DeleteMessageRequest in be.fgov.ehealth.ehbox.consultation.protocol.v3
 

Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return DeleteMessageRequest
 DeleteMessageRequest ObjectFactory.createDeleteMessageRequest()
          Create an instance of DeleteMessageRequest
 




Connector Packaging generic 3.28.5 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.