Interface GetApiKeysResponse.Builder

    • Method Detail

      • warnings

        GetApiKeysResponse.Builder warnings​(Collection<String> warnings)

        A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

        Parameters:
        warnings - A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        GetApiKeysResponse.Builder warnings​(String... warnings)

        A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

        Parameters:
        warnings - A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        GetApiKeysResponse.Builder position​(String position)
        Sets the value of the Position property for this object.
        Parameters:
        position - The new value for the Position property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetApiKeysResponse.Builder items​(Collection<ApiKey> items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetApiKeysResponse.Builder items​(ApiKey... items)

        The current page of elements from this collection.

        Parameters:
        items - The current page of elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.