Uses of Class
no.digipost.api.client.BrokerId
-
Packages that use BrokerId Package Description no.digipost.api.client no.digipost.api.client.internal no.digipost.api.client.representations.sender 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 BrokerId in no.digipost.api.client
Methods in no.digipost.api.client that return BrokerId Modifier and Type Method Description BrokerIdSenderId. asBrokerId()Convert this ID to a broker ID.static BrokerIdBrokerId. of(long id)Constructors in no.digipost.api.client with parameters of type BrokerId Constructor Description DigipostClient(DigipostClientConfig config, BrokerId brokerId, Signer signer)DigipostClient(DigipostClientConfig config, BrokerId brokerId, Signer signer, org.apache.http.impl.client.HttpClientBuilder clientBuilder) -
Uses of BrokerId in no.digipost.api.client.internal
Constructors in no.digipost.api.client.internal with parameters of type BrokerId Constructor Description ApiServiceImpl(DigipostClientConfig config, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, BrokerId brokerId, Signer signer) -
Uses of BrokerId in no.digipost.api.client.representations.sender
Methods in no.digipost.api.client.representations.sender with parameters of type BrokerId Modifier and Type Method Description static AuthorialSenderAuthorialSender. resolve(BrokerId brokerId, MayHaveSender mayHaveAuthorialSender)
-