| Package | Description |
|---|---|
| com.google.api.services.androiddeviceprovisioning.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceClaim |
DeviceClaim.clone() |
DeviceClaim |
DeviceClaim.set(String fieldName,
Object value) |
DeviceClaim |
DeviceClaim.setAdditionalService(String additionalService)
The Additional service registered for the device.
|
DeviceClaim |
DeviceClaim.setGoogleWorkspaceCustomerId(String googleWorkspaceCustomerId)
The ID of the Google Workspace account that owns the Chrome OS device.
|
DeviceClaim |
DeviceClaim.setOwnerCompanyId(Long ownerCompanyId)
The ID of the Customer that purchased the device.
|
DeviceClaim |
DeviceClaim.setResellerId(Long resellerId)
The ID of the reseller that claimed the device.
|
DeviceClaim |
DeviceClaim.setSectionType(String sectionType)
Output only.
|
DeviceClaim |
DeviceClaim.setVacationModeExpireTime(String vacationModeExpireTime)
The timestamp when the device will exit ‘vacation mode’.
|
DeviceClaim |
DeviceClaim.setVacationModeStartTime(String vacationModeStartTime)
The timestamp when the device was put into ‘vacation mode’.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceClaim> |
Device.getClaims()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.setClaims(List<DeviceClaim> claims)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.