Uses of Class
net.sourceforge.jbizmo.commons.avro.file.DownloadFileRequest.Builder
Packages that use DownloadFileRequest.Builder
-
Uses of DownloadFileRequest.Builder in net.sourceforge.jbizmo.commons.avro.file
Methods in net.sourceforge.jbizmo.commons.avro.file that return DownloadFileRequest.BuilderModifier and TypeMethodDescriptionDownloadFileRequest.Builder.clearPath()Clears the value of the 'path' field.DownloadFileRequest.Builder.clearSize()Clears the value of the 'size' field.DownloadFileRequest.Builder.clearStartIndex()Clears the value of the 'startIndex' field.static DownloadFileRequest.BuilderDownloadFileRequest.newBuilder()Creates a new DownloadFileRequest RecordBuilder.static DownloadFileRequest.BuilderDownloadFileRequest.newBuilder(DownloadFileRequest other) Creates a new DownloadFileRequest RecordBuilder by copying an existing DownloadFileRequest instance.static DownloadFileRequest.BuilderDownloadFileRequest.newBuilder(DownloadFileRequest.Builder other) Creates a new DownloadFileRequest RecordBuilder by copying an existing Builder.Sets the value of the 'path' field.DownloadFileRequest.Builder.setSize(int value) Sets the value of the 'size' field.DownloadFileRequest.Builder.setStartIndex(int value) Sets the value of the 'startIndex' field.Methods in net.sourceforge.jbizmo.commons.avro.file with parameters of type DownloadFileRequest.BuilderModifier and TypeMethodDescriptionstatic DownloadFileRequest.BuilderDownloadFileRequest.newBuilder(DownloadFileRequest.Builder other) Creates a new DownloadFileRequest RecordBuilder by copying an existing Builder.