| Package | Description |
|---|---|
| com.google.api.services.licensing | |
| com.google.api.services.licensing.model |
| Modifier and Type | Method and Description |
|---|---|
Licensing.LicenseAssignments.Patch |
Licensing.LicenseAssignments.patch(String productId,
String skuId,
String userId,
LicenseAssignment content)
Reassign a user's product SKU with a different SKU in the same product.
|
Licensing.LicenseAssignments.Update |
Licensing.LicenseAssignments.update(String productId,
String skuId,
String userId,
LicenseAssignment content)
Reassign a user's product SKU with a different SKU in the same product.
|
| Constructor and Description |
|---|
Patch(String productId,
String skuId,
String userId,
LicenseAssignment content)
Reassign a user's product SKU with a different SKU in the same product.
|
Update(String productId,
String skuId,
String userId,
LicenseAssignment content)
Reassign a user's product SKU with a different SKU in the same product.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseAssignment |
LicenseAssignment.clone() |
LicenseAssignment |
LicenseAssignment.set(String fieldName,
Object value) |
LicenseAssignment |
LicenseAssignment.setEtags(String etags)
ETag of the resource.
|
LicenseAssignment |
LicenseAssignment.setKind(String kind)
Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
|
LicenseAssignment |
LicenseAssignment.setProductId(String productId)
A product's unique identifier.
|
LicenseAssignment |
LicenseAssignment.setProductName(String productName)
Display Name of the product.
|
LicenseAssignment |
LicenseAssignment.setSelfLink(String selfLink)
Link to this page.
|
LicenseAssignment |
LicenseAssignment.setSkuId(String skuId)
A product SKU's unique identifier.
|
LicenseAssignment |
LicenseAssignment.setSkuName(String skuName)
Display Name of the sku of the product.
|
LicenseAssignment |
LicenseAssignment.setUserId(String userId)
The user's current primary email address.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseAssignment> |
LicenseAssignmentList.getItems()
The LicenseAssignments in this page of results.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseAssignmentList |
LicenseAssignmentList.setItems(List<LicenseAssignment> items)
The LicenseAssignments in this page of results.
|
Copyright © 2011–2025 Google. All rights reserved.