TimeRestriction (API Reference)
Package com.here.sdk.transport
Class TimeRestriction
java.lang.Object
com.here.sdk.transport.TimeRestriction
Represents restriction based on time.
Note: This is a beta release of this feature. Related APIs may change for new releases without a deprecation process.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCategory of time restriction. -
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies to which transportation types the time rules apply.The category of the time restriction.Time rule in TimeDomain format, which is part of the GDF specification. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
category
The category of the time restriction.
-
applicability
Specifies to which transportation types the time rules apply.
-
timeRule
Time rule in TimeDomain format, which is part of the GDF specification.
-
-
Constructor Details
-
TimeRestriction
public TimeRestriction()Creates a new instance.
-
-
Method Details