Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.ThirdPartyLinks.Insert |
YouTube.ThirdPartyLinks.insert(List<String> part,
ThirdPartyLink content)
Inserts a new resource into this collection.
|
YouTube.ThirdPartyLinks.Update |
YouTube.ThirdPartyLinks.update(List<String> part,
ThirdPartyLink content)
Updates an existing resource.
|
Constructor and Description |
---|
Insert(List<String> part,
ThirdPartyLink content)
Inserts a new resource into this collection.
|
Update(List<String> part,
ThirdPartyLink content)
Updates an existing resource.
|
Modifier and Type | Method and Description |
---|---|
ThirdPartyLink |
ThirdPartyLink.clone() |
ThirdPartyLink |
ThirdPartyLink.set(String fieldName,
Object value) |
ThirdPartyLink |
ThirdPartyLink.setEtag(String etag)
Etag of this resource
|
ThirdPartyLink |
ThirdPartyLink.setKind(String kind)
Identifies what kind of resource this is.
|
ThirdPartyLink |
ThirdPartyLink.setLinkingToken(String linkingToken)
The linking_token identifies a YouTube account and channel with which the third party account
is linked.
|
ThirdPartyLink |
ThirdPartyLink.setSnippet(ThirdPartyLinkSnippet snippet)
The snippet object contains basic details about the third- party account link.
|
ThirdPartyLink |
ThirdPartyLink.setStatus(ThirdPartyLinkStatus status)
The status object contains information about the status of the link.
|
Copyright © 2011–2021 Google. All rights reserved.