Uses of Class
com.oracle.bmc.resourcemanager.model.LogEntry.Type
-
Packages that use LogEntry.Type Package Description com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of LogEntry.Type in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return LogEntry.Type Modifier and Type Method Description static LogEntry.Type
LogEntry.Type. create(String key)
LogEntry.Type
LogEntry. getType()
Specifies the log type for the log entry.static LogEntry.Type
LogEntry.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogEntry.Type[]
LogEntry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type LogEntry.Type Modifier and Type Method Description LogEntry.Builder
LogEntry.Builder. type(LogEntry.Type type)
Specifies the log type for the log entry.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type LogEntry.Type Constructor Description LogEntry(LogEntry.Type type, LogEntry.Level level, Date timestamp, String message)
Deprecated. -
Uses of LogEntry.Type in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return types with arguments of type LogEntry.Type Modifier and Type Method Description List<LogEntry.Type>
GetJobLogsRequest. getType()
A filter that returns only logs of a specified type.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type LogEntry.Type Modifier and Type Method Description GetJobLogsRequest.Builder
GetJobLogsRequest.Builder. type(LogEntry.Type singularValue)
Singular setter.Method parameters in com.oracle.bmc.resourcemanager.requests with type arguments of type LogEntry.Type Modifier and Type Method Description GetJobLogsRequest.Builder
GetJobLogsRequest.Builder. type(List<LogEntry.Type> type)
A filter that returns only logs of a specified type.
-