StoryQuery

open class StoryQuery<T : Component> : Query(source)

Builder for the query parameters of the retrieve a single story endpoint.

Type Parameters

T

The Component type of the story's content.

Inheritors

Properties

Link copied to clipboard

Omit these content fields from the response to reduce its size. Maps to excluding_fields.

Link copied to clipboard

Retrieve the story as it appears in the release with this id. Maps to from_release.

Functions

Link copied to clipboard
fun parameter(name: String, value: Any)

Set a query parameter directly, for forward compatibility with parameters this SDK version does not know about yet.