Uses of Class
io.github.xezzon.zeroweb.attachment.AttachmentItem
Packages that use AttachmentItem
-
Uses of AttachmentItem in io.github.xezzon.zeroweb.attachment
Methods in io.github.xezzon.zeroweb.attachment that return AttachmentItemModifier and TypeMethodDescriptionAttachmentItem.Builder.build()AttachmentItem.Builder.buildPartial()static AttachmentItemAttachmentItem.getDefaultInstance()AttachmentItem.Builder.getDefaultInstanceForType()AttachmentItem.getDefaultInstanceForType()AttachmentList.Builder.getItems(int index) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.getItems(int index) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentListOrBuilder.getItems(int index) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;FileDownloadResponse.Builder.getMetadata()文件元数据FileDownloadResponse.getMetadata()文件元数据FileDownloadResponseOrBuilder.getMetadata()文件元数据static AttachmentItemAttachmentItem.parseDelimitedFrom(InputStream input) static AttachmentItemAttachmentItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentItemAttachmentItem.parseFrom(byte[] data) static AttachmentItemAttachmentItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentItemAttachmentItem.parseFrom(com.google.protobuf.ByteString data) static AttachmentItemAttachmentItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentItemAttachmentItem.parseFrom(com.google.protobuf.CodedInputStream input) static AttachmentItemAttachmentItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentItemAttachmentItem.parseFrom(InputStream input) static AttachmentItemAttachmentItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttachmentItemAttachmentItem.parseFrom(ByteBuffer data) static AttachmentItemAttachmentItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.attachment that return types with arguments of type AttachmentItemModifier and TypeMethodDescriptionAttachmentList.Builder.getItemsList()repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.getItemsList()repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentListOrBuilder.getItemsList()repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;com.google.protobuf.Parser<AttachmentItem> AttachmentItem.getParserForType()static com.google.protobuf.Parser<AttachmentItem> AttachmentItem.parser()Methods in io.github.xezzon.zeroweb.attachment with parameters of type AttachmentItemModifier and TypeMethodDescriptionAttachmentList.Builder.addItems(int index, AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentList.Builder.addItems(AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;AttachmentItem.Builder.mergeFrom(AttachmentItem other) FileDownloadResponse.Builder.mergeMetadata(AttachmentItem value) 文件元数据static AttachmentItem.BuilderAttachmentItem.newBuilder(AttachmentItem prototype) AttachmentList.Builder.setItems(int index, AttachmentItem value) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;FileDownloadResponse.Builder.setMetadata(AttachmentItem value) 文件元数据Method parameters in io.github.xezzon.zeroweb.attachment with type arguments of type AttachmentItemModifier and TypeMethodDescriptionAttachmentList.Builder.addAllItems(Iterable<? extends AttachmentItem> values) repeated .io.github.xezzon.zeroweb.attachment.AttachmentItem items = 1;