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 ContentTypesContentTypes. create(String key)ContentTypesCreateScriptDetails. getContentType()Content type of script.ContentTypesMonitor. getContentType()Content type of the script.ContentTypesScript. getContentType()Content type of the script.ContentTypesScriptSummary. getContentType()Content type of the script.ContentTypesUpdateScriptDetails. getContentType()Content type of script.static ContentTypesContentTypes. 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.BuilderCreateScriptDetails.Builder. contentType(ContentTypes contentType)Content type of script.Monitor.BuilderMonitor.Builder. contentType(ContentTypes contentType)Content type of the script.Script.BuilderScript.Builder. contentType(ContentTypes contentType)Content type of the script.ScriptSummary.BuilderScriptSummary.Builder. contentType(ContentTypes contentType)Content type of the script.UpdateScriptDetails.BuilderUpdateScriptDetails.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.Monitor(String id, String displayName, MonitorTypes monitorType, List<VantagePointInfo> vantagePoints, Integer vantagePointCount, String scriptId, String scriptName, ContentTypes contentType, MonitorStatus status, Integer repeatIntervalInSeconds, Boolean isRunOnce, Integer timeoutInSeconds, String target, List<MonitorScriptParameterInfo> scriptParameters, MonitorConfiguration configuration, AvailabilityConfiguration availabilityConfiguration, MaintenanceWindowSchedule maintenanceWindowSchedule, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRunNow, SchedulingPolicy schedulingPolicy, Integer batchIntervalInSeconds, Boolean isIPv6, String createdBy, String lastUpdatedBy)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.
-