Uses of Interface
ai.promoted.proto.event.CartContentOrBuilder
-
Packages that use CartContentOrBuilder Package Description ai.promoted.proto.event -
-
Uses of CartContentOrBuilder in ai.promoted.proto.event
Classes in ai.promoted.proto.event that implement CartContentOrBuilder Modifier and Type Class Description classCartContentProtobuf typeevent.CartContentstatic classCartContent.BuilderProtobuf typeevent.CartContentMethods in ai.promoted.proto.event that return CartContentOrBuilder Modifier and Type Method Description CartContentOrBuilderCart.Builder. getContentsOrBuilder(int index)repeated .event.CartContent contents = 1 [json_name = "contents"];CartContentOrBuilderCart. getContentsOrBuilder(int index)repeated .event.CartContent contents = 1 [json_name = "contents"];CartContentOrBuilderCartOrBuilder. getContentsOrBuilder(int index)repeated .event.CartContent contents = 1 [json_name = "contents"];Methods in ai.promoted.proto.event that return types with arguments of type CartContentOrBuilder Modifier and Type Method Description List<? extends CartContentOrBuilder>Cart.Builder. getContentsOrBuilderList()repeated .event.CartContent contents = 1 [json_name = "contents"];List<? extends CartContentOrBuilder>Cart. getContentsOrBuilderList()repeated .event.CartContent contents = 1 [json_name = "contents"];List<? extends CartContentOrBuilder>CartOrBuilder. getContentsOrBuilderList()repeated .event.CartContent contents = 1 [json_name = "contents"];
-