| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
FanFundingEventSnippet |
FanFundingEventSnippet.clone() |
FanFundingEventSnippet |
FanFundingEvent.getSnippet()
The snippet object contains basic details about the fan funding event.
|
FanFundingEventSnippet |
FanFundingEventSnippet.set(java.lang.String fieldName,
java.lang.Object value) |
FanFundingEventSnippet |
FanFundingEventSnippet.setAmountMicros(java.math.BigInteger amountMicros)
The amount of funding in micros of fund_currency.
|
FanFundingEventSnippet |
FanFundingEventSnippet.setChannelId(java.lang.String channelId)
Channel id where the funding event occurred.
|
FanFundingEventSnippet |
FanFundingEventSnippet.setCommentText(java.lang.String commentText)
The text contents of the comment left by the user.
|
FanFundingEventSnippet |
FanFundingEventSnippet.setCreatedAt(com.google.api.client.util.DateTime createdAt)
The date and time when the funding occurred.
|
FanFundingEventSnippet |
FanFundingEventSnippet.setCurrency(java.lang.String currency)
The currency in which the fund was made.
|
FanFundingEventSnippet |
FanFundingEventSnippet.setDisplayString(java.lang.String displayString)
A rendered string that displays the fund amount and currency (e.g., "$1.00").
|
FanFundingEventSnippet |
FanFundingEventSnippet.setSupporterDetails(ChannelProfileDetails supporterDetails)
Details about the supporter.
|
| Modifier and Type | Method and Description |
|---|---|
FanFundingEvent |
FanFundingEvent.setSnippet(FanFundingEventSnippet snippet)
The snippet object contains basic details about the fan funding event.
|