Class DatastoreFilter

    • Method Detail

      • datastoreName

        public final String datastoreName()

        Allows the user to filter data store results by name.

        Returns:
        Allows the user to filter data store results by name.
      • createdBefore

        public final Instant createdBefore()

        A filter that allows the user to set cutoff dates for records. All data stores created before the specified date will be included in the results.

        Returns:
        A filter that allows the user to set cutoff dates for records. All data stores created before the specified date will be included in the results.
      • createdAfter

        public final Instant createdAfter()

        A filter that allows the user to set cutoff dates for records. All data stores created after the specified date will be included in the results.

        Returns:
        A filter that allows the user to set cutoff dates for records. All data stores created after the specified date will be included in the results.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)