| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowUsersResponse |
ServiceNowIntegrationApi.listServiceNowUsers(UUID instanceId)
List ServiceNow users.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ServiceNowUsersResponse> |
ServiceNowIntegrationApi.listServiceNowUsersAsync(UUID instanceId)
List ServiceNow users.
|
ApiResponse<ServiceNowUsersResponse> |
ServiceNowIntegrationApi.listServiceNowUsersWithHttpInfo(UUID instanceId)
Get all users for a ServiceNow instance.
|
CompletableFuture<ApiResponse<ServiceNowUsersResponse>> |
ServiceNowIntegrationApi.listServiceNowUsersWithHttpInfoAsync(UUID instanceId)
List ServiceNow users.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNowUsersResponse |
ServiceNowUsersResponse.addDataItem(ServiceNowUserData dataItem) |
ServiceNowUsersResponse |
ServiceNowUsersResponse.data(List<ServiceNowUserData> data) |
ServiceNowUsersResponse |
ServiceNowUsersResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.