public static class CommitmentsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CommitmentsScopedList.Builder |
addAllCommitments(List<Commitment> commitments)
[Output Only] A list of commitments contained in this scope.
|
CommitmentsScopedList.Builder |
addCommitments(Commitment commitments)
[Output Only] A list of commitments contained in this scope.
|
CommitmentsScopedList |
build() |
CommitmentsScopedList.Builder |
clone() |
List<Commitment> |
getCommitmentsList()
[Output Only] A list of commitments contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of commitments when the list is
empty.
|
CommitmentsScopedList.Builder |
mergeFrom(CommitmentsScopedList other) |
CommitmentsScopedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning which replaces the list of commitments when the list is
empty.
|
public CommitmentsScopedList.Builder mergeFrom(CommitmentsScopedList other)
public List<Commitment> getCommitmentsList()
public CommitmentsScopedList.Builder addAllCommitments(List<Commitment> commitments)
public CommitmentsScopedList.Builder addCommitments(Commitment commitments)
public Warning getWarning()
public CommitmentsScopedList.Builder setWarning(Warning warning)
public CommitmentsScopedList build()
public CommitmentsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.