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.KindCasePayload.KindCase. forNumber(int value)Payload.KindCasePayload.Builder. getKindCase()Payload.KindCasePayload. getKindCase()Payload.KindCasePayloadOrBuilder. getKindCase()static Payload.KindCasePayload.KindCase. valueOf(int value)Deprecated.static Payload.KindCasePayload.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.
-