Uses of Interface
network.oxalis.vefa.peppol.common.model.Period
-
Packages that use Period Package Description network.oxalis.vefa.peppol.common.api network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of Period in network.oxalis.vefa.peppol.common.api
Methods in network.oxalis.vefa.peppol.common.api that return Period Modifier and Type Method Description PeriodSimpleEndpoint. getPeriod() -
Uses of Period in network.oxalis.vefa.peppol.common.model
Classes in network.oxalis.vefa.peppol.common.model that implement Period Modifier and Type Class Description static classPeriod.DefaultPeriodMethods in network.oxalis.vefa.peppol.common.model that return Period Modifier and Type Method Description PeriodEndpoint. getPeriod()static PeriodPeriod. of(Date from, Date to)Methods in network.oxalis.vefa.peppol.common.model with parameters of type Period Modifier and Type Method Description static EndpointEndpoint. of(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)Constructors in network.oxalis.vefa.peppol.common.model with parameters of type Period Constructor Description Endpoint(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
-