Uses of Class
com.oracle.bmc.apmsynthetics.model.ContentTypes
-
Packages that use ContentTypes Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of ContentTypes in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return ContentTypes Modifier and Type Method Description static ContentTypes
ContentTypes. create(String key)
ContentTypes
CreateScriptDetails. getContentType()
Content type of script.ContentTypes
Script. getContentType()
Content type of the script.ContentTypes
ScriptSummary. getContentType()
Content type of the script.ContentTypes
UpdateScriptDetails. getContentType()
Content type of 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.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type ContentTypes Modifier and Type Method Description CreateScriptDetails.Builder
CreateScriptDetails.Builder. contentType(ContentTypes contentType)
Content type of script.Script.Builder
Script.Builder. contentType(ContentTypes contentType)
Content type of the script.ScriptSummary.Builder
ScriptSummary.Builder. contentType(ContentTypes contentType)
Content type of the script.UpdateScriptDetails.Builder
UpdateScriptDetails.Builder. contentType(ContentTypes contentType)
Content type of script.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type ContentTypes Constructor 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.
-