| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OktaIntegrationType |
OktaIntegrationType.OKTA |
| Modifier and Type | Method and Description |
|---|---|
static OktaIntegrationType |
OktaIntegrationType.fromValue(String value) |
OktaIntegrationType |
OktaIntegrationUpdate.getType()
The definition of the
OktaIntegrationType object. |
OktaIntegrationType |
OktaIntegration.getType()
The definition of the
OktaIntegrationType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
OktaIntegrationType.OktaIntegrationTypeSerializer.serialize(OktaIntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OktaIntegrationUpdate.setType(OktaIntegrationType type) |
void |
OktaIntegration.setType(OktaIntegrationType type) |
OktaIntegrationUpdate |
OktaIntegrationUpdate.type(OktaIntegrationType type) |
OktaIntegration |
OktaIntegration.type(OktaIntegrationType type) |
| Constructor and Description |
|---|
OktaIntegration(OktaCredentials credentials,
OktaIntegrationType type) |
OktaIntegrationUpdate(OktaIntegrationType type) |
| Constructor and Description |
|---|
OktaIntegrationTypeSerializer(Class<OktaIntegrationType> t) |
Copyright © 2025. All rights reserved.