| Package | Description |
|---|---|
| com.google.api.services.youtube | |
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Activities.Insert |
YouTube.Activities.insert(java.lang.String part,
Activity content)
Posts a bulletin for a specific channel.
|
| Constructor and Description |
|---|
YouTube.Activities.Insert(java.lang.String part,
Activity content)
Posts a bulletin for a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.clone() |
Activity |
Activity.set(java.lang.String fieldName,
java.lang.Object value) |
Activity |
Activity.setContentDetails(ActivityContentDetails contentDetails)
The contentDetails object contains information about the content associated with the activity.
|
Activity |
Activity.setEtag(java.lang.String etag)
Etag of this resource.
|
Activity |
Activity.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the activity.
|
Activity |
Activity.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Activity |
Activity.setSnippet(ActivitySnippet snippet)
The snippet object contains basic details about the activity, including the activity's type and
group ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Activity> |
ActivityListResponse.getItems()
A list of activities, or events, that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityListResponse |
ActivityListResponse.setItems(java.util.List<Activity> items)
A list of activities, or events, that match the request criteria.
|