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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getItemsListList<StringDictionaryEntryP> getItemsList() repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
 - 
getItemsStringDictionaryEntryP getItems(int index) repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
 - 
getItemsCountint getItemsCount() repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
 - 
getItemsOrBuilderListList<? extends StringDictionaryEntryPOrBuilder> getItemsOrBuilderList() repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
 - 
getItemsOrBuilderStringDictionaryEntryPOrBuilder getItemsOrBuilder(int index) repeated .ironpdfengineproto.StringDictionaryEntryP items = 1;
 
- 
 
-