Uses of Class
com.skava.accounts.model.exchange.Documents
Packages that use Documents
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of Documents in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return DocumentsModifier and TypeMethodDescriptionDocuments.fromDomainObject
(DocumentsDO documentDO) This function is used to map the params present in objectDocumentsDO
toDocuments
-
Uses of Documents in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type DocumentsModifierConstructorDescriptionDocumentsAPIResponse
(String codeSuccess, String msgSuccess, Documents documentsResponse) Instantiates a new Documents API Response. -
Uses of Documents in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type DocumentsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Documents>
ContractController.getDocumentById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long contractId, long documentId) This method is used to get single document based on given document.