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

Packages that use GetAllEhboxesMessagesListRequest
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 GetAllEhboxesMessagesListRequest in be.ehealth.businessconnector.ehbox.v3.builders
 

Methods in be.ehealth.businessconnector.ehbox.v3.builders that return GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListRequest RequestBuilder.createAllEhboxesMessagesListRequest(String source)
          retrieve all messages for given source from all ehealthboxes. a maximum of 100 messages will be returned.
 GetAllEhboxesMessagesListRequest RequestBuilder.createAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
          retrieve all messages for default ehealthbox.
 GetAllEhboxesMessagesListRequest RequestBuilder.createGetAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
          retrieve messages from all ehealthboxes for a given source , start and endIndex.
 

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

Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that return GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListRequest RequestBuilderImpl.createAllEhboxesMessagesListRequest(String source)
           
 GetAllEhboxesMessagesListRequest RequestBuilderImpl.createAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
           
 GetAllEhboxesMessagesListRequest RequestBuilderImpl.createGetAllEhboxesMessagesListRequest(String source, Integer startIndex, Integer endIndex)
           
 

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

Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListResponse ConsultationService.getAllEhboxesMessagesList(SAMLToken initSession, GetAllEhboxesMessagesListRequest request)
           retrieve all messages from given source for all mailboxes.
 

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

Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListResponse ConsultationServiceImpl.getAllEhboxesMessagesList(SAMLToken token, GetAllEhboxesMessagesListRequest request)
           
 

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

Methods in be.ehealth.businessconnector.ehbox.v3.session with parameters of type GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListResponse EhealthBoxServiceV3.getAllEhboxesMessagesList(GetAllEhboxesMessagesListRequest request)
          retrieves all messages from all mailboxes for user.
 

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

Methods in be.ehealth.businessconnector.ehbox.v3.session.impl with parameters of type GetAllEhboxesMessagesListRequest
 GetAllEhboxesMessagesListResponse EhealthBoxServiceV3Impl.getAllEhboxesMessagesList(GetAllEhboxesMessagesListRequest request)
           
 

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

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




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