Uses of Enum Class
ai.wanaku.core.exchange.v1.OutputType
Packages that use OutputType
-
Uses of OutputType in ai.wanaku.core.exchange.v1
Subclasses with type arguments of type OutputType in ai.wanaku.core.exchange.v1Modifier and TypeClassDescriptionenum* Enumeration of output types for code execution replies.Methods in ai.wanaku.core.exchange.v1 that return OutputTypeModifier and TypeMethodDescriptionstatic OutputTypeOutputType.forNumber(int value) CodeExecutionReply.Builder.getOutputType()* The type of output this reply represents.CodeExecutionReply.getOutputType()* The type of output this reply represents.CodeExecutionReplyOrBuilder.getOutputType()* The type of output this reply represents.static OutputTypeOutputType.valueOf(int value) Deprecated.static OutputTypeOutputType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OutputTypeReturns the enum constant of this class with the specified name.static OutputType[]OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.wanaku.core.exchange.v1 that return types with arguments of type OutputTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OutputType> OutputType.internalGetValueMap()Methods in ai.wanaku.core.exchange.v1 with parameters of type OutputTypeModifier and TypeMethodDescriptionCodeExecutionReply.Builder.setOutputType(OutputType value) * The type of output this reply represents.