Uses of Class
com.oracle.bmc.logging.model.UnifiedJSONParser.TimeType
-
Packages that use UnifiedJSONParser.TimeType Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedJSONParser.TimeType in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedJSONParser.TimeType Modifier and Type Method Description static UnifiedJSONParser.TimeType
UnifiedJSONParser.TimeType. create(String key)
UnifiedJSONParser.TimeType
UnifiedJSONParser. getTimeType()
JSON parser time type.static UnifiedJSONParser.TimeType
UnifiedJSONParser.TimeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnifiedJSONParser.TimeType[]
UnifiedJSONParser.TimeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type UnifiedJSONParser.TimeType Modifier and Type Method Description UnifiedJSONParser.Builder
UnifiedJSONParser.Builder. timeType(UnifiedJSONParser.TimeType timeType)
JSON parser time type.Constructors in com.oracle.bmc.logging.model with parameters of type UnifiedJSONParser.TimeType Constructor Description UnifiedJSONParser(String fieldTimeKey, Map<String,String> types, String nullValuePattern, Boolean isNullEmptyString, Boolean isEstimateCurrentEvent, Boolean isKeepTimeKey, Integer timeoutInMilliseconds, UnifiedJSONParser.TimeType timeType, String timeFormat, Boolean parseNested, String separator)
Deprecated.
-