| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceNowBasicAuthType |
ServiceNowBasicAuthType.SERVICENOWBASICAUTH |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowBasicAuthType |
ServiceNowBasicAuthType.fromValue(String value) |
ServiceNowBasicAuthType |
ServiceNowBasicAuthUpdate.getType()
The definition of the
ServiceNowBasicAuth object. |
ServiceNowBasicAuthType |
ServiceNowBasicAuth.getType()
The definition of the
ServiceNowBasicAuth object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNowBasicAuthType.ServiceNowBasicAuthTypeSerializer.serialize(ServiceNowBasicAuthType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ServiceNowBasicAuthUpdate.setType(ServiceNowBasicAuthType type) |
void |
ServiceNowBasicAuth.setType(ServiceNowBasicAuthType type) |
ServiceNowBasicAuthUpdate |
ServiceNowBasicAuthUpdate.type(ServiceNowBasicAuthType type) |
ServiceNowBasicAuth |
ServiceNowBasicAuth.type(ServiceNowBasicAuthType type) |
| Constructor and Description |
|---|
ServiceNowBasicAuth(String instance,
String password,
ServiceNowBasicAuthType type,
String username) |
ServiceNowBasicAuthUpdate(ServiceNowBasicAuthType type) |
| Constructor and Description |
|---|
ServiceNowBasicAuthTypeSerializer(Class<ServiceNowBasicAuthType> t) |
Copyright © 2026. All rights reserved.