Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Agreement.Builder |
author(Agreement.Author author)
Who authored the agreement.
|
Agreement |
build() |
Agreement.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment.
|
Agreement.Builder |
contentUrl(String contentUrl)
The content URL of the agreement.
|
Agreement.Builder |
copy(Agreement model) |
Agreement.Builder |
id(String id)
The unique identifier for the agreement.
|
Agreement.Builder |
prompt(String prompt)
Textual prompt to read and accept the agreement.
|
Agreement.Builder |
signature(String signature)
A time-based signature that can be used to accept an agreement or remove a previously
accepted agreement from the list that Marketplace checks before a deployment.
|
public Agreement.Builder id(String id)
The unique identifier for the agreement.
id
- the value to setpublic Agreement.Builder contentUrl(String contentUrl)
The content URL of the agreement.
contentUrl
- the value to setpublic Agreement.Builder signature(String signature)
A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment.
signature
- the value to setpublic Agreement.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.
compartmentId
- the value to setpublic Agreement.Builder author(Agreement.Author author)
Who authored the agreement.
author
- the value to setpublic Agreement.Builder prompt(String prompt)
Textual prompt to read and accept the agreement.
prompt
- the value to setpublic Agreement build()
public Agreement.Builder copy(Agreement model)
Copyright © 2016–2024. All rights reserved.