Class BatchGetContentParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class BatchGetContentParams implements Params
Get the contents of multiple messages in a single request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchGetContentParams.BuilderA builder for BatchGetContentParams.
-
Method Summary
Modifier and Type Method Description final List<String>messageIds()The IDs of the messages to fetch contents of. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final BatchGetContentParams.BuildertoBuilder()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 BatchGetContentParams.Builderbuilder()Returns a mutable builder for constructing an instance of BatchGetContentParams. -
-
Method Detail
-
messageIds
final List<String> messageIds()
The IDs of the messages to fetch contents of.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final BatchGetContentParams.Builder toBuilder()
-
_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.
-
builder
final static BatchGetContentParams.Builder builder()
Returns a mutable builder for constructing an instance of BatchGetContentParams.
The following fields are required:
.messageIds()
-
-
-
-