Uses of Class
no.digipost.api.useragreements.client.Document
-
Packages that use Document Package Description no.digipost.api.useragreements.client 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 Document in no.digipost.api.useragreements.client
Methods in no.digipost.api.useragreements.client that return Document Modifier and Type Method Description DocumentApiService. getDocument(SenderId senderId, AgreementType agreementType, long documentId, String requestTrackingId, org.apache.http.client.ResponseHandler<Document> handler)DocumentDigipostUserAgreementsClient. getDocument(SenderId senderId, AgreementType agreementType, long documentId)DocumentDigipostUserAgreementsClient. getDocument(SenderId senderId, AgreementType agreementType, long documentId, String requestTrackingId)Methods in no.digipost.api.useragreements.client that return types with arguments of type Document Modifier and Type Method Description List<Document>DigipostUserAgreementsClient. getDocuments(SenderId senderId, AgreementType agreementType, UserId userId, GetDocumentsQuery query)List<Document>DigipostUserAgreementsClient. getDocuments(SenderId senderId, AgreementType agreementType, UserId userId, GetDocumentsQuery query, String requestTrackingId)List<Document>Documents. getDocuments()Method parameters in no.digipost.api.useragreements.client with type arguments of type Document Modifier and Type Method Description DocumentApiService. getDocument(SenderId senderId, AgreementType agreementType, long documentId, String requestTrackingId, org.apache.http.client.ResponseHandler<Document> handler)Constructor parameters in no.digipost.api.useragreements.client with type arguments of type Document Constructor Description Documents(List<Document> documents)
-