Interface CartOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Cart, Cart.Builder

    public interface CartOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CartContent getContents​(int index)
      repeated .event.CartContent contents = 1 [json_name = "contents"];
      int getContentsCount()
      repeated .event.CartContent contents = 1 [json_name = "contents"];
      List<CartContent> getContentsList()
      repeated .event.CartContent contents = 1 [json_name = "contents"];
      CartContentOrBuilder getContentsOrBuilder​(int index)
      repeated .event.CartContent contents = 1 [json_name = "contents"];
      List<? extends CartContentOrBuilder> getContentsOrBuilderList()
      repeated .event.CartContent contents = 1 [json_name = "contents"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContentsList

        List<CartContent> getContentsList()
        repeated .event.CartContent contents = 1 [json_name = "contents"];
      • getContents

        CartContent getContents​(int index)
        repeated .event.CartContent contents = 1 [json_name = "contents"];
      • getContentsCount

        int getContentsCount()
        repeated .event.CartContent contents = 1 [json_name = "contents"];
      • getContentsOrBuilderList

        List<? extends CartContentOrBuilder> getContentsOrBuilderList()
        repeated .event.CartContent contents = 1 [json_name = "contents"];
      • getContentsOrBuilder

        CartContentOrBuilder getContentsOrBuilder​(int index)
        repeated .event.CartContent contents = 1 [json_name = "contents"];