Class PdfiumFormFieldCollectionP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumFormFieldCollectionP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumFormFieldCollectionPOrBuilder
,Cloneable
- Enclosing class:
- PdfiumFormFieldCollectionP
public static final class PdfiumFormFieldCollectionP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder> implements PdfiumFormFieldCollectionPOrBuilder
Protobuf typeironpdfengineproto.PdfiumFormFieldCollectionP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumFormFieldCollectionP.Builder
addAllFields(Iterable<? extends PdfiumIFormFieldP> values)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
addFields(int index, PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
addFields(int index, PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
addFields(PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
addFields(PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumIFormFieldP.Builder
addFieldsBuilder()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumIFormFieldP.Builder
addFieldsBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP
build()
PdfiumFormFieldCollectionP
buildPartial()
PdfiumFormFieldCollectionP.Builder
clear()
PdfiumFormFieldCollectionP.Builder
clearFields()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
PdfiumIFormFieldP
getFields(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumIFormFieldP.Builder
getFieldsBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
List<PdfiumIFormFieldP.Builder>
getFieldsBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
int
getFieldsCount()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
List<PdfiumIFormFieldP>
getFieldsList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumIFormFieldPOrBuilder
getFieldsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
List<? extends PdfiumIFormFieldPOrBuilder>
getFieldsOrBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumFormFieldCollectionP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumFormFieldCollectionP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumFormFieldCollectionP.Builder
mergeFrom(PdfiumFormFieldCollectionP other)
PdfiumFormFieldCollectionP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumFormFieldCollectionP.Builder
removeFields(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
setFields(int index, PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
setFields(int index, PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
PdfiumFormFieldCollectionP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
clear
public PdfiumFormFieldCollectionP.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
getDefaultInstanceForType
public PdfiumFormFieldCollectionP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumFormFieldCollectionP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumFormFieldCollectionP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumFormFieldCollectionP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldCollectionP.Builder>
-
mergeFrom
public PdfiumFormFieldCollectionP.Builder mergeFrom(PdfiumFormFieldCollectionP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
mergeFrom
public PdfiumFormFieldCollectionP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumFormFieldCollectionP.Builder>
- Throws:
IOException
-
getFieldsList
public List<PdfiumIFormFieldP> getFieldsList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
- Specified by:
getFieldsList
in interfacePdfiumFormFieldCollectionPOrBuilder
-
getFieldsCount
public int getFieldsCount()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
- Specified by:
getFieldsCount
in interfacePdfiumFormFieldCollectionPOrBuilder
-
getFields
public PdfiumIFormFieldP getFields(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
- Specified by:
getFields
in interfacePdfiumFormFieldCollectionPOrBuilder
-
setFields
public PdfiumFormFieldCollectionP.Builder setFields(int index, PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
setFields
public PdfiumFormFieldCollectionP.Builder setFields(int index, PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addFields
public PdfiumFormFieldCollectionP.Builder addFields(PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addFields
public PdfiumFormFieldCollectionP.Builder addFields(int index, PdfiumIFormFieldP value)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addFields
public PdfiumFormFieldCollectionP.Builder addFields(PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addFields
public PdfiumFormFieldCollectionP.Builder addFields(int index, PdfiumIFormFieldP.Builder builderForValue)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addAllFields
public PdfiumFormFieldCollectionP.Builder addAllFields(Iterable<? extends PdfiumIFormFieldP> values)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
clearFields
public PdfiumFormFieldCollectionP.Builder clearFields()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
removeFields
public PdfiumFormFieldCollectionP.Builder removeFields(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
getFieldsBuilder
public PdfiumIFormFieldP.Builder getFieldsBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
getFieldsOrBuilder
public PdfiumIFormFieldPOrBuilder getFieldsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
- Specified by:
getFieldsOrBuilder
in interfacePdfiumFormFieldCollectionPOrBuilder
-
getFieldsOrBuilderList
public List<? extends PdfiumIFormFieldPOrBuilder> getFieldsOrBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
- Specified by:
getFieldsOrBuilderList
in interfacePdfiumFormFieldCollectionPOrBuilder
-
addFieldsBuilder
public PdfiumIFormFieldP.Builder addFieldsBuilder()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
addFieldsBuilder
public PdfiumIFormFieldP.Builder addFieldsBuilder(int index)
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
getFieldsBuilderList
public List<PdfiumIFormFieldP.Builder> getFieldsBuilderList()
repeated .ironpdfengineproto.PdfiumIFormFieldP fields = 1;
-
setUnknownFields
public final PdfiumFormFieldCollectionP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
mergeUnknownFields
public final PdfiumFormFieldCollectionP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumFormFieldCollectionP.Builder>
-
-