public final class LicenseAssignment
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Enterprise License Manager API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LicenseAssignment() |
| Modifier and Type | Method and Description |
|---|---|
LicenseAssignment |
clone() |
String |
getEtags()
ETag of the resource.
|
String |
getKind()
Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
|
String |
getProductId()
A product's unique identifier.
|
String |
getProductName()
Display Name of the product.
|
String |
getSelfLink()
Link to this page.
|
String |
getSkuId()
A product SKU's unique identifier.
|
String |
getSkuName()
Display Name of the sku of the product.
|
String |
getUserId()
The user's current primary email address.
|
LicenseAssignment |
set(String fieldName,
Object value) |
LicenseAssignment |
setEtags(String etags)
ETag of the resource.
|
LicenseAssignment |
setKind(String kind)
Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
|
LicenseAssignment |
setProductId(String productId)
A product's unique identifier.
|
LicenseAssignment |
setProductName(String productName)
Display Name of the product.
|
LicenseAssignment |
setSelfLink(String selfLink)
Link to this page.
|
LicenseAssignment |
setSkuId(String skuId)
A product SKU's unique identifier.
|
LicenseAssignment |
setSkuName(String skuName)
Display Name of the sku of the product.
|
LicenseAssignment |
setUserId(String userId)
The user's current primary email address.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEtags()
null for nonepublic LicenseAssignment setEtags(String etags)
etags - etags or null for nonepublic String getKind()
null for nonepublic LicenseAssignment setKind(String kind)
kind - kind or null for nonepublic String getProductId()
null for nonepublic LicenseAssignment setProductId(String productId)
productId - productId or null for nonepublic String getProductName()
null for nonepublic LicenseAssignment setProductName(String productName)
productName - productName or null for nonepublic String getSelfLink()
null for nonepublic LicenseAssignment setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSkuId()
null for nonepublic LicenseAssignment setSkuId(String skuId)
skuId - skuId or null for nonepublic String getSkuName()
null for nonepublic LicenseAssignment setSkuName(String skuName)
skuName - skuName or null for nonepublic String getUserId()
null for nonepublic LicenseAssignment setUserId(String userId)
userId - userId or null for nonepublic LicenseAssignment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LicenseAssignment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.