| Package | Description |
|---|---|
| com.google.api.services.digitalassetlinks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.clone() |
Statement |
Statement.set(String fieldName,
Object value) |
Statement |
Statement.setRelation(String relation)
The relation identifies the use of the statement as intended by the source asset's owner (that
is, the person or entity who issued the statement).
|
Statement |
Statement.setRelationExtensions(Map<String,Object> relationExtensions)
Statements may specify relation level extensions/payloads to express more details when
declaring permissions to grant from the source asset to the target asset.
|
Statement |
Statement.setSource(Asset source)
Every statement has a source asset.
|
Statement |
Statement.setTarget(Asset target)
Every statement has a target asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
ListResponse.getStatements()
A list of all the matching statements that have been found.
|
| Modifier and Type | Method and Description |
|---|---|
ListResponse |
ListResponse.setStatements(List<Statement> statements)
A list of all the matching statements that have been found.
|
Copyright © 2011–2025 Google. All rights reserved.