Interface RequestMetadataBaseFilters.Builder

    • Method Detail

      • equalsValue

        RequestMetadataBaseFilters.Builder equalsValue​(Map<String,​String> equalsValue)

        Include results where the key equals the value.

        Parameters:
        equalsValue - Include results where the key equals the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notEquals

        RequestMetadataBaseFilters.Builder notEquals​(Map<String,​String> notEquals)

        Include results where the key does not equal the value.

        Parameters:
        notEquals - Include results where the key does not equal the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.