Package com.atlan.model.discovery
Class DateFilterField
java.lang.Object
com.atlan.model.discovery.DiscoveryFilterField
com.atlan.model.discovery.DateFilterField
Represents any field in Atlan that can be used for discovery by timestamp comparison.
-
Field Summary
Fields inherited from class com.atlan.model.discovery.DiscoveryFilterField
fields, filerKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionafter
(long timestamp) Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.before
(long timestamp) Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.Methods inherited from class com.atlan.model.discovery.DiscoveryFilterField
build, getFields, getFilerKey, hasAnyValue, hasNoValue
-
Constructor Details
-
DateFilterField
Default constructor- Parameters:
field
- name of the field to filter by (singular)
-
-
Method Details
-
before
Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred before- Returns:
- a query that will only match assets whose value for the field is chronologically before the provided timestamp
-
before
Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred before- Returns:
- a query that will only match assets whose value for the field is chronologically before the provided timestamp
-
before
Returns a query that will match all assets whose provided field has a value that is strictly before the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred before- Returns:
- a query that will only match assets whose value for the field is chronologically before the provided timestamp
-
after
Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred after- Returns:
- a query that will only match assets whose value for the field is chronologically after the provided timestamp
-
after
Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred after- Returns:
- a query that will only match assets whose value for the field is chronologically after the provided timestamp
-
after
Returns a query that will match all assets whose provided field has a value that is strictly after the provided timestamp.- Parameters:
timestamp
- the date and time to check the field's value occurred after- Returns:
- a query that will only match assets whose value for the field is chronologically after the provided timestamp
-