Uses of Enum Class
org.mockserver.model.LlmChaosProfile.TruncateMode
Packages that use LlmChaosProfile.TruncateMode
-
Uses of LlmChaosProfile.TruncateMode in org.mockserver.model
Methods in org.mockserver.model that return LlmChaosProfile.TruncateModeModifier and TypeMethodDescriptionLlmChaosProfile.getTruncateMode()static LlmChaosProfile.TruncateModeReturns the enum constant of this class with the specified name.static LlmChaosProfile.TruncateMode[]LlmChaosProfile.TruncateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type LlmChaosProfile.TruncateModeModifier and TypeMethodDescriptionLlmChaosProfile.withTruncateMode(LlmChaosProfile.TruncateMode truncateMode)