Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static ContentTypes |
ContentTypes.create(String key) |
ContentTypes |
Script.getContentType()
Content type of the script.
|
ContentTypes |
UpdateScriptDetails.getContentType()
Content type of script.
|
ContentTypes |
CreateScriptDetails.getContentType()
Content type of script.
|
ContentTypes |
ScriptSummary.getContentType()
Content type of the script.
|
static ContentTypes |
ContentTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentTypes[] |
ContentTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Script.Builder |
Script.Builder.contentType(ContentTypes contentType)
Content type of the script.
|
UpdateScriptDetails.Builder |
UpdateScriptDetails.Builder.contentType(ContentTypes contentType)
Content type of script.
|
CreateScriptDetails.Builder |
CreateScriptDetails.Builder.contentType(ContentTypes contentType)
Content type of script.
|
ScriptSummary.Builder |
ScriptSummary.Builder.contentType(ContentTypes contentType)
Content type of the script.
|
Constructor and Description |
---|
CreateScriptDetails(String displayName,
ContentTypes contentType,
String content,
String contentFileName,
List<ScriptParameter> parameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Script(String id,
String displayName,
ContentTypes contentType,
String content,
Date timeUploaded,
Integer contentSizeInBytes,
String contentFileName,
List<ScriptParameterInfo> parameters,
MonitorStatusCountMap monitorStatusCountMap,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ScriptSummary(String id,
String displayName,
ContentTypes contentType,
MonitorStatusCountMap monitorStatusCountMap,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateScriptDetails(String displayName,
ContentTypes contentType,
String content,
String contentFileName,
List<ScriptParameter> parameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.