Uses of Class
com.oracle.bmc.apmtraces.model.TagMetadata.TagType
-
Packages that use TagMetadata.TagType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of TagMetadata.TagType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return TagMetadata.TagType Modifier and Type Method Description static TagMetadata.TagTypeTagMetadata.TagType. create(String key)TagMetadata.TagTypeTagMetadata. getTagType()Type associated with the tag key.static TagMetadata.TagTypeTagMetadata.TagType. valueOf(String name)Returns the enum constant of this type with the specified name.static TagMetadata.TagType[]TagMetadata.TagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.model with parameters of type TagMetadata.TagType Modifier and Type Method Description TagMetadata.BuilderTagMetadata.Builder. tagType(TagMetadata.TagType tagType)Type associated with the tag key.Constructors in com.oracle.bmc.apmtraces.model with parameters of type TagMetadata.TagType Constructor Description TagMetadata(TagMetadata.TagType tagType, TagMetadata.TagUnit tagUnit)Deprecated.
-