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 client identifier
|
ContextualData.Builder |
copy(ContextualData model) |
ContextualData.Builder |
payload(String payload)
The context data payload
|
ContextualData.Builder |
schemaName(String schemaName)
The schema name
|
ContextualData.Builder |
schemaVersion(String schemaVersion)
The schema version
|
public ContextualData.Builder clientId(String clientId)
The unique client identifier
clientId
- the value to setpublic ContextualData.Builder schemaName(String schemaName)
The schema name
schemaName
- the value to setpublic ContextualData.Builder schemaVersion(String schemaVersion)
The schema version
schemaVersion
- the value to setpublic ContextualData.Builder payload(String payload)
The context data payload
payload
- the value to setpublic ContextualData build()
public ContextualData.Builder copy(ContextualData model)
Copyright © 2016–2023. All rights reserved.