Class ExtractedParameter

    • Method Detail

      • key

        public final String key()

        The parameter key name that will be used in subsequent requests.

        Returns:
        The parameter key name that will be used in subsequent requests.
      • defaultValue

        public final String defaultValue()

        The default value to use if the parameter cannot be extracted from the response.

        Returns:
        The default value to use if the parameter cannot be extracted from the response.
      • propertyLocation

        public final PropertyLocation propertyLocation()

        Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.

        If the service returns an enum value that is not available in the current SDK version, propertyLocation will return PropertyLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from propertyLocationAsString().

        Returns:
        Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.
        See Also:
        PropertyLocation
      • propertyLocationAsString

        public final String propertyLocationAsString()

        Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.

        If the service returns an enum value that is not available in the current SDK version, propertyLocation will return PropertyLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from propertyLocationAsString().

        Returns:
        Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.
        See Also:
        PropertyLocation
      • value

        public final ResponseExtractionMapping value()

        The JSON path or extraction mapping that defines how to extract the parameter value from API responses.

        Returns:
        The JSON path or extraction mapping that defines how to extract the parameter value from API responses.
      • 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)