public static class CommitmentList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CommitmentList.Builder |
addAllItems(List<Commitment> items)
A list of Commitment resources.
|
CommitmentList.Builder |
addItems(Commitment items)
A list of Commitment resources.
|
CommitmentList |
build() |
CommitmentList.Builder |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
List<Commitment> |
getItemsList()
A list of Commitment resources.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
CommitmentList.Builder |
mergeFrom(CommitmentList other) |
CommitmentList.Builder |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
CommitmentList.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
CommitmentList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
CommitmentList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
CommitmentList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public CommitmentList.Builder mergeFrom(CommitmentList other)
public String getId()
public CommitmentList.Builder setId(String id)
public List<Commitment> getItemsList()
public CommitmentList.Builder addAllItems(List<Commitment> items)
public CommitmentList.Builder addItems(Commitment items)
public String getKind()
public CommitmentList.Builder setKind(String kind)
public String getNextPageToken()
public CommitmentList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public CommitmentList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public CommitmentList.Builder setWarning(Warning warning)
public CommitmentList build()
public CommitmentList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.