ExecutionDate class abstract
ExecutionDate
Properties:
- date - The date when the transfer will be processed. This date must be: * Within 30 days of the current date. * In the ISO 8601 format YYYY-MM-DD. For example: 2025-01-31
- timezone - The timezone that applies to the execution date. Use a timezone identifier from the tz database. Example: America/Los_Angeles. Default value: Europe/Amsterdam.
- Annotations
-
- @BuiltValue.new()
Constructors
- ExecutionDate([void updates(ExecutionDateBuilder b)])
-
factory
Properties
- date → Date?
-
The date when the transfer will be processed. This date must be: * Within 30 days of the current date. * In the ISO 8601 format YYYY-MM-DD. For example: 2025-01-31
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timezone → String?
-
The timezone that applies to the execution date. Use a timezone identifier from the tz database. Example: America/Los_Angeles. Default value: Europe/Amsterdam.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ExecutionDateBuilder)) → ExecutionDate -
Rebuilds the instance.
inherited
-
toBuilder(
) → ExecutionDateBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ExecutionDate> -
no setter