Class ListedTime
java.lang.Object
no.digipost.api.client.representations.ListedTime
- All Implemented Interfaces:
Temporal,TemporalAccessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanlonggetLong(TemporalField field) final inthashCode()booleanisSupported(TemporalField field) booleanisSupported(TemporalUnit unit) plus(long amountToAdd, TemporalUnit unit) longuntil(Temporal endExclusive, TemporalUnit unit) with(TemporalField field, long newValue) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.time.temporal.TemporalAccessor
get, query, range
-
Field Details
-
time
-
-
Constructor Details
-
ListedTime
public ListedTime() -
ListedTime
-
-
Method Details
-
equals
-
hashCode
public final int hashCode() -
isSupported
- Specified by:
isSupportedin interfaceTemporalAccessor
-
getLong
- Specified by:
getLongin interfaceTemporalAccessor
-
isSupported
- Specified by:
isSupportedin interfaceTemporal
-
with
-
plus
-
until
-