Uses of Class
com.google.cloud.apigeeconnect.v1.Payload.KindCase
-
Packages that use Payload.KindCase Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of Payload.KindCase in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return Payload.KindCase Modifier and Type Method Description static Payload.KindCase
Payload.KindCase. forNumber(int value)
Payload.KindCase
Payload.Builder. getKindCase()
Payload.KindCase
Payload. getKindCase()
Payload.KindCase
PayloadOrBuilder. getKindCase()
static Payload.KindCase
Payload.KindCase. valueOf(int value)
Deprecated.static Payload.KindCase
Payload.KindCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Payload.KindCase[]
Payload.KindCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-