Class GuideGetChannelParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class GuideGetChannelParams implements Params
Returns a list of eligible in-app guides for a specific user and channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGuideGetChannelParams.BuilderA builder for GuideGetChannelParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>userId()final Optional<String>channelId()final Optional<String>data()The data (JSON encoded object) to use for targeting and rendering guides. final Optional<String>tenant()The tenant ID to use for targeting and rendering guides. final Optional<String>type()The type of guides to filter by. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final GuideGetChannelParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static GuideGetChannelParamsnone()final static GuideGetChannelParams.Builderbuilder()Returns a mutable builder for constructing an instance of GuideGetChannelParams. -
-
Method Detail
-
data
final Optional<String> data()
The data (JSON encoded object) to use for targeting and rendering guides.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final GuideGetChannelParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static GuideGetChannelParams none()
-
builder
final static GuideGetChannelParams.Builder builder()
Returns a mutable builder for constructing an instance of GuideGetChannelParams.
-
-
-
-