EndpointsInputDataSourceRefreshFrequencyEnum class
How often the source data is refreshed
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → EndpointsInputDataSourceRefreshFrequencyEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< EndpointsInputDataSourceRefreshFrequencyEnum>
Constants
- EVERY_DAY → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_HOUR → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_MINUTE → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_MONTH → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_QUARTER → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_SECOND → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_WEEK → const EndpointsInputDataSourceRefreshFrequencyEnum
- EVERY_YEAR → const EndpointsInputDataSourceRefreshFrequencyEnum
- NEVER → const EndpointsInputDataSourceRefreshFrequencyEnum
- UNKNOWN → const EndpointsInputDataSourceRefreshFrequencyEnum
-
values
→ const List<
EndpointsInputDataSourceRefreshFrequencyEnum> - List of all possible values in this EndpointsInputDataSourceRefreshFrequencyEnum.