| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
MembershipsDetails |
MembershipsDetails.clone() |
MembershipsDetails |
MemberSnippet.getMembershipsDetails()
Details about the user's membership.
|
MembershipsDetails |
MembershipsDetails.set(String fieldName,
Object value) |
MembershipsDetails |
MembershipsDetails.setAccessibleLevels(List<String> accessibleLevels)
All levels that the user has access to.
|
MembershipsDetails |
MembershipsDetails.setMemberSince(String memberSince)
The date and time when the user became a continuous member across all levels.
|
MembershipsDetails |
MembershipsDetails.setMemberSinceCurrentLevel(String memberSinceCurrentLevel)
The date and time when the user started to continuously have access to the currently highest
level.
|
MembershipsDetails |
MembershipsDetails.setMemberTotalDuration(Integer memberTotalDuration)
The cumulative time the user has been a member across all levels in complete months (the time
is rounded down to the nearest integer).
|
MembershipsDetails |
MembershipsDetails.setMemberTotalDurationCurrentLevel(Integer memberTotalDurationCurrentLevel)
The cumulative time the user has had access to the currently highest level in complete months
(the time is rounded down to the nearest integer).
|
MembershipsDetails |
MembershipsDetails.setPurchasedLevel(String purchasedLevel)
The highest level the user has access to at the moment.
|
| Modifier and Type | Method and Description |
|---|---|
MemberSnippet |
MemberSnippet.setMembershipsDetails(MembershipsDetails membershipsDetails)
Details about the user's membership.
|
Copyright © 2011–2019 Google. All rights reserved.