Package | Description |
---|---|
org.apache.flink.statefun.sdk.reqreply.generated |
Modifier and Type | Method and Description |
---|---|
static ToFunction.RequestCase |
ToFunction.RequestCase.forNumber(int value) |
ToFunction.RequestCase |
ToFunctionOrBuilder.getRequestCase() |
ToFunction.RequestCase |
ToFunction.getRequestCase() |
ToFunction.RequestCase |
ToFunction.Builder.getRequestCase() |
static ToFunction.RequestCase |
ToFunction.RequestCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ToFunction.RequestCase |
ToFunction.RequestCase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToFunction.RequestCase[] |
ToFunction.RequestCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.