Uses of Class
no.digipost.api.useragreements.client.Agreement
-
Packages that use Agreement 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 Agreement in no.digipost.api.useragreements.client
Methods in no.digipost.api.useragreements.client that return Agreement Modifier and Type Method Description static AgreementAgreement. createInvoiceBankAgreement(UserId userId, boolean smsNotification)AgreementGetAgreementResult. getAgreement()Methods in no.digipost.api.useragreements.client that return types with arguments of type Agreement Modifier and Type Method Description List<Agreement>Agreements. getAgreements()List<Agreement>DigipostUserAgreementsClient. getAgreements(SenderId senderId, UserId userId)List<Agreement>DigipostUserAgreementsClient. getAgreements(SenderId senderId, UserId userId, String requestTrackingId)Methods in no.digipost.api.useragreements.client with parameters of type Agreement Modifier and Type Method Description voidApiService. createAgreement(SenderId senderId, Agreement agreement, String requestTrackingId, org.apache.http.client.ResponseHandler<Void> handler)voidDigipostUserAgreementsClient. createOrReplaceAgreement(SenderId senderId, Agreement agreement)voidDigipostUserAgreementsClient. createOrReplaceAgreement(SenderId senderId, Agreement agreement, String requestTrackingId)Constructors in no.digipost.api.useragreements.client with parameters of type Agreement Constructor Description GetAgreementResult(Agreement agreement)Constructor parameters in no.digipost.api.useragreements.client with type arguments of type Agreement Constructor Description Agreements(List<Agreement> agreements)
-