Class AgreementOwners
- java.lang.Object
-
- no.digipost.api.useragreements.client.AgreementOwners
-
- All Implemented Interfaces:
WithDelayUntilNextAllowedRequestTime
public class AgreementOwners extends Object implements WithDelayUntilNextAllowedRequestTime
-
-
Constructor Summary
Constructors Constructor Description AgreementOwners(List<UserId> users, Duration delayUntilNextAllowedRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Duration>getDelayUntilNextAllowedRequest()List<UserId>getIds()Stream<UserId>getIdsAsStream()StringtoString()
-
-
-
Method Detail
-
getDelayUntilNextAllowedRequest
public Optional<Duration> getDelayUntilNextAllowedRequest()
- Specified by:
getDelayUntilNextAllowedRequestin interfaceWithDelayUntilNextAllowedRequestTime
-
-