Interface PdfiumPdfAttachmentCollectionPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumPdfAttachmentCollectionP,- PdfiumPdfAttachmentCollectionP.Builder
 
 public interface PdfiumPdfAttachmentCollectionPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNames(int index)repeated string names = 1;com.google.protobuf.ByteStringgetNamesBytes(int index)repeated string names = 1;intgetNamesCount()repeated string names = 1;List<String>getNamesList()repeated string names = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getNamesListList<String> getNamesList() repeated string names = 1;- Returns:
- A list containing the names.
 
 - 
getNamesCountint getNamesCount() repeated string names = 1;- Returns:
- The count of names.
 
 - 
getNamesString getNames(int index) repeated string names = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The names at the given index.
 
 - 
getNamesBytescom.google.protobuf.ByteString getNamesBytes(int index) repeated string names = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the names at the given index.
 
 
- 
 
-