public class DevicePinnersManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DevicePinnersManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
DevicePinnersManager() |
protected |
DevicePinnersManager(DevicePinnersManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDevicePinnerById(String devicePinnerId)
Deletes an individual device pin.
|
void |
deleteDevicePinnerById(String devicePinnerId,
DeleteDevicePinnerByIdHeaders headers)
Deletes an individual device pin.
|
Authentication |
getAuth() |
DevicePinner |
getDevicePinnerById(String devicePinnerId)
Retrieves information about an individual device pin.
|
DevicePinner |
getDevicePinnerById(String devicePinnerId,
GetDevicePinnerByIdHeaders headers)
Retrieves information about an individual device pin.
|
DevicePinners |
getEnterpriseDevicePinners(String enterpriseId)
Retrieves all the device pins within an enterprise.
|
DevicePinners |
getEnterpriseDevicePinners(String enterpriseId,
GetEnterpriseDevicePinnersHeaders headers)
Retrieves all the device pins within an enterprise.
|
DevicePinners |
getEnterpriseDevicePinners(String enterpriseId,
GetEnterpriseDevicePinnersQueryParams queryParams)
Retrieves all the device pins within an enterprise.
|
DevicePinners |
getEnterpriseDevicePinners(String enterpriseId,
GetEnterpriseDevicePinnersQueryParams queryParams,
GetEnterpriseDevicePinnersHeaders headers)
Retrieves all the device pins within an enterprise.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public DevicePinnersManager()
protected DevicePinnersManager(DevicePinnersManager.Builder builder)
public DevicePinner getDevicePinnerById(String devicePinnerId)
devicePinnerId - The ID of the device pin. Example: "2324234"public DevicePinner getDevicePinnerById(String devicePinnerId, GetDevicePinnerByIdHeaders headers)
devicePinnerId - The ID of the device pin. Example: "2324234"headers - Headers of getDevicePinnerById methodpublic void deleteDevicePinnerById(String devicePinnerId)
devicePinnerId - The ID of the device pin. Example: "2324234"public void deleteDevicePinnerById(String devicePinnerId, DeleteDevicePinnerByIdHeaders headers)
devicePinnerId - The ID of the device pin. Example: "2324234"headers - Headers of deleteDevicePinnerById methodpublic DevicePinners getEnterpriseDevicePinners(String enterpriseId)
The user must have admin privileges, and the application needs the "manage enterprise" scope to make this call.
enterpriseId - The ID of the enterprise. Example: "3442311"public DevicePinners getEnterpriseDevicePinners(String enterpriseId, GetEnterpriseDevicePinnersQueryParams queryParams)
The user must have admin privileges, and the application needs the "manage enterprise" scope to make this call.
enterpriseId - The ID of the enterprise. Example: "3442311"queryParams - Query parameters of getEnterpriseDevicePinners methodpublic DevicePinners getEnterpriseDevicePinners(String enterpriseId, GetEnterpriseDevicePinnersHeaders headers)
The user must have admin privileges, and the application needs the "manage enterprise" scope to make this call.
enterpriseId - The ID of the enterprise. Example: "3442311"headers - Headers of getEnterpriseDevicePinners methodpublic DevicePinners getEnterpriseDevicePinners(String enterpriseId, GetEnterpriseDevicePinnersQueryParams queryParams, GetEnterpriseDevicePinnersHeaders headers)
The user must have admin privileges, and the application needs the "manage enterprise" scope to make this call.
enterpriseId - The ID of the enterprise. Example: "3442311"queryParams - Query parameters of getEnterpriseDevicePinners methodheaders - Headers of getEnterpriseDevicePinners methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()