public static class AgreementSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AgreementSummary.Builder |
author(AgreementSummary.Author author)
Who authored the agreement.
|
AgreementSummary |
build() |
AgreementSummary.Builder |
contentUrl(String contentUrl)
The content URL of the agreement.
|
AgreementSummary.Builder |
copy(AgreementSummary model) |
AgreementSummary.Builder |
id(String id)
The unique identifier for the agreement.
|
AgreementSummary.Builder |
prompt(String prompt)
Textual prompt to read and accept the agreement.
|
public AgreementSummary.Builder id(String id)
The unique identifier for the agreement.
id
- the value to setpublic AgreementSummary.Builder contentUrl(String contentUrl)
The content URL of the agreement.
contentUrl
- the value to setpublic AgreementSummary.Builder author(AgreementSummary.Author author)
Who authored the agreement.
author
- the value to setpublic AgreementSummary.Builder prompt(String prompt)
Textual prompt to read and accept the agreement.
prompt
- the value to setpublic AgreementSummary build()
public AgreementSummary.Builder copy(AgreementSummary model)
Copyright © 2016–2024. All rights reserved.