Interface StringDictionaryPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringDictionaryP,StringDictionaryP.Builder
public interface StringDictionaryPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringDictionaryEntryPgetItems(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;intgetItemsCount()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<StringDictionaryEntryP>getItemsList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;StringDictionaryEntryPOrBuildergetItemsOrBuilder(int index)repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;List<? extends StringDictionaryEntryPOrBuilder>getItemsOrBuilderList()repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getItemsList
List<StringDictionaryEntryP> getItemsList()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItems
StringDictionaryEntryP getItems(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsCount
int getItemsCount()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsOrBuilderList
List<? extends StringDictionaryEntryPOrBuilder> getItemsOrBuilderList()
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
getItemsOrBuilder
StringDictionaryEntryPOrBuilder getItemsOrBuilder(int index)
repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
-
-