Interface ImageLocation.Builder

    • Method Detail

      • id

        ImageLocation.Builder id​(String id)

        The ID of the image.

        Parameters:
        id - The ID of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        ImageLocation.Builder url​(String url)

        The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image

        Parameters:
        url - The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
        Returns:
        Returns a reference to this object so that method calls can be chained together.