Uses of Class
io.github.xezzon.zeroweb.attachment.AttachmentList.Builder
Packages that use AttachmentList.Builder
-
Uses of AttachmentList.Builder in io.github.xezzon.zeroweb.attachment
Subclasses with type arguments of type AttachmentList.Builder in io.github.xezzon.zeroweb.attachmentModifier and TypeClassDescriptionstatic final classProtobuf typeio.github.xezzon.zeroweb.attachment.AttachmentListMethods in io.github.xezzon.zeroweb.attachment that return AttachmentList.BuilderModifier and TypeMethodDescriptionAttachmentList.Builder.addAllItems(Iterable<? extends AttachmentItem> values) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.addItems(int index, AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.addItems(int index, AttachmentItem.Builder builderForValue) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.addItems(AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.addItems(AttachmentItem.Builder builderForValue) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.clear()AttachmentList.Builder.clearItems()repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttachmentList.Builder.mergeFrom(com.google.protobuf.Message other) AttachmentList.Builder.mergeFrom(AttachmentList other) static AttachmentList.BuilderAttachmentList.newBuilder()static AttachmentList.BuilderAttachmentList.newBuilder(AttachmentList prototype) AttachmentList.newBuilderForType()AttachmentList.Builder.removeItems(int index) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.setItems(int index, AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.setItems(int index, AttachmentItem.Builder builderForValue) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.toBuilder()