Package app.knock.api.models.messages
Class MessageGetContentParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class MessageGetContentParams implements Params
Returns the fully rendered contents of a message, where the response depends on which channel the message was sent through.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageGetContentParams.BuilderA builder for MessageGetContentParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>messageId()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final MessageGetContentParams.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 MessageGetContentParamsnone()final static MessageGetContentParams.Builderbuilder()Returns a mutable builder for constructing an instance of MessageGetContentParams. -
-
Method Detail
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final MessageGetContentParams.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 MessageGetContentParams none()
-
builder
final static MessageGetContentParams.Builder builder()
Returns a mutable builder for constructing an instance of MessageGetContentParams.
-
-
-
-