Uses of Interface
org.neo4j.driver.types.IsoDuration
Packages that use IsoDuration
-
Uses of IsoDuration in org.neo4j.driver
Methods in org.neo4j.driver that return IsoDurationModifier and TypeMethodDescriptionValue.asIsoDuration()
Returns the value as aIsoDuration
, if possible.Value.asIsoDuration
(IsoDuration defaultValue) Returns the value as aIsoDuration
, if possible.Methods in org.neo4j.driver that return types with arguments of type IsoDurationModifier and TypeMethodDescriptionstatic Function
<Value, IsoDuration> Values.ofIsoDuration()
Converts values toIsoDuration
.Methods in org.neo4j.driver with parameters of type IsoDurationModifier and TypeMethodDescriptionValue.asIsoDuration
(IsoDuration defaultValue) Returns the value as aIsoDuration
, if possible. -
Uses of IsoDuration in org.neo4j.driver.internal.value
Methods in org.neo4j.driver.internal.value that return IsoDurationModifier and TypeMethodDescriptionDurationValue.asIsoDuration()
ValueAdapter.asIsoDuration()
ValueAdapter.asIsoDuration
(IsoDuration defaultValue) Methods in org.neo4j.driver.internal.value with parameters of type IsoDurationConstructors in org.neo4j.driver.internal.value with parameters of type IsoDuration