public static class ContextualData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContextualData |
build() |
ContextualData.Builder |
clientId(String clientId)
The unique identifier for the client.
|
ContextualData.Builder |
copy(ContextualData model) |
ContextualData.Builder |
payload(String payload)
The payload for the contextual data.
|
ContextualData.Builder |
schemaName(String schemaName)
The name assigned to the schema.
|
ContextualData.Builder |
schemaVersion(String schemaVersion)
The version of the schema.
|
public ContextualData.Builder clientId(String clientId)
The unique identifier for the client.
clientId
- the value to setpublic ContextualData.Builder schemaName(String schemaName)
The name assigned to the schema.
schemaName
- the value to setpublic ContextualData.Builder schemaVersion(String schemaVersion)
The version of the schema.
schemaVersion
- the value to setpublic ContextualData.Builder payload(String payload)
The payload for the contextual data.
payload
- the value to setpublic ContextualData build()
public ContextualData.Builder copy(ContextualData model)
Copyright © 2016–2024. All rights reserved.