Uses of Class
com.oracle.bmc.stackmonitoring.model.HttpResponseContentTypes
-
Packages that use HttpResponseContentTypes Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of HttpResponseContentTypes in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return HttpResponseContentTypes Modifier and Type Method Description static HttpResponseContentTypesHttpResponseContentTypes. create(String key)HttpResponseContentTypesHttpQueryProperties. getResponseContentType()Type of content response given by the http(s) URLHttpResponseContentTypesHttpUpdateQueryProperties. getResponseContentType()Type of content response given by the http(s) URLstatic HttpResponseContentTypesHttpResponseContentTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpResponseContentTypes[]HttpResponseContentTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type HttpResponseContentTypes Modifier and Type Method Description HttpQueryProperties.BuilderHttpQueryProperties.Builder. responseContentType(HttpResponseContentTypes responseContentType)Type of content response given by the http(s) URLHttpUpdateQueryProperties.BuilderHttpUpdateQueryProperties.Builder. responseContentType(HttpResponseContentTypes responseContentType)Type of content response given by the http(s) URLConstructors in com.oracle.bmc.stackmonitoring.model with parameters of type HttpResponseContentTypes Constructor Description HttpQueryProperties(String url, HttpResponseContentTypes responseContentType, HttpProtocolTypes protocolType, HttpScriptFileDetails scriptDetails)Deprecated.HttpUpdateQueryProperties(String url, HttpResponseContentTypes responseContentType, HttpProtocolTypes protocolType, UpdateHttpScriptFileDetails scriptDetails)Deprecated.
-