| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
FanFundingEvent |
FanFundingEvent.clone() |
FanFundingEvent |
FanFundingEvent.set(java.lang.String fieldName,
java.lang.Object value) |
FanFundingEvent |
FanFundingEvent.setEtag(java.lang.String etag)
Etag of this resource.
|
FanFundingEvent |
FanFundingEvent.setId(java.lang.String id)
The ID that YouTube assigns to uniquely identify the fan funding event.
|
FanFundingEvent |
FanFundingEvent.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
FanFundingEvent |
FanFundingEvent.setSnippet(FanFundingEventSnippet snippet)
The snippet object contains basic details about the fan funding event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FanFundingEvent> |
FanFundingEventListResponse.getItems()
A list of fan funding events that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
FanFundingEventListResponse |
FanFundingEventListResponse.setItems(java.util.List<FanFundingEvent> items)
A list of fan funding events that match the request criteria.
|