Class DocumentParameter

    • Method Detail

      • key

        public final String key()

        Key of the map field containing the patterns that need to be replaced in a managed template job document schema.

        Returns:
        Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
      • description

        public final String description()

        Description of the map field containing the patterns that need to be replaced in a managed template job document schema.

        Returns:
        Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
      • regex

        public final String regex()

        A regular expression of the patterns that need to be replaced in a managed template job document schema.

        Returns:
        A regular expression of the patterns that need to be replaced in a managed template job document schema.
      • example

        public final String example()

        An example illustrating a pattern that need to be replaced in a managed template job document schema.

        Returns:
        An example illustrating a pattern that need to be replaced in a managed template job document schema.
      • optional

        public final Boolean optional()

        Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.

        Returns:
        Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
      • 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)