Class GetSpritesResponse

    • Method Detail

      • blob

        public final SdkBytes blob()

        The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).

        Returns:
        The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
      • contentType

        public final String contentType()

        Header that represents the format of the response. The response returns the following as the HTTP body.

        Returns:
        Header that represents the format of the response. The response returns the following as the HTTP body.
      • cacheControl

        public final String cacheControl()

        Header that instructs caching configuration for the client.

        Returns:
        Header that instructs caching configuration for the client.
      • eTag

        public final String eTag()

        The sprite's Etag.

        Returns:
        The sprite's Etag.
      • 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