| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Script |
Script.data(ScriptData data) |
Script |
Script.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Script> |
UpdateAppResponseDataAttributes.getScripts()
The
attributes scripts. |
List<Script> |
UpdateAppRequestDataAttributes.getScripts()
The
attributes scripts. |
List<Script> |
GetAppResponseDataAttributes.getScripts()
The
attributes scripts. |
List<Script> |
CreateAppRequestDataAttributes.getScripts()
The
attributes scripts. |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseDataAttributes |
UpdateAppResponseDataAttributes.addScriptsItem(Script scriptsItem) |
UpdateAppRequestDataAttributes |
UpdateAppRequestDataAttributes.addScriptsItem(Script scriptsItem) |
GetAppResponseDataAttributes |
GetAppResponseDataAttributes.addScriptsItem(Script scriptsItem) |
CreateAppRequestDataAttributes |
CreateAppRequestDataAttributes.addScriptsItem(Script scriptsItem) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseDataAttributes |
UpdateAppResponseDataAttributes.scripts(List<Script> scripts) |
UpdateAppRequestDataAttributes |
UpdateAppRequestDataAttributes.scripts(List<Script> scripts) |
GetAppResponseDataAttributes |
GetAppResponseDataAttributes.scripts(List<Script> scripts) |
CreateAppRequestDataAttributes |
CreateAppRequestDataAttributes.scripts(List<Script> scripts) |
void |
UpdateAppResponseDataAttributes.setScripts(List<Script> scripts) |
void |
UpdateAppRequestDataAttributes.setScripts(List<Script> scripts) |
void |
GetAppResponseDataAttributes.setScripts(List<Script> scripts) |
void |
CreateAppRequestDataAttributes.setScripts(List<Script> scripts) |
Copyright © 2024. All rights reserved.