Uses of Class
io.opentelemetry.sdk.logs.data.Body.Type
-
Packages that use Body.Type Package Description io.opentelemetry.sdk.logs.data The data format to model logs for export. -
-
Uses of Body.Type in io.opentelemetry.sdk.logs.data
Methods in io.opentelemetry.sdk.logs.data that return Body.Type Modifier and Type Method Description Body.TypeBody. getType()Deprecated.UseValue.getType().Body.TypeEmptyBody. getType()Body.TypeStringBody. getType()static Body.TypeBody.Type. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static Body.Type[]Body.Type. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-