Package org.eclipse.jgit.lfs
Class Protocol.Request
- java.lang.Object
-
- org.eclipse.jgit.lfs.Protocol.Request
-
- Enclosing interface:
- Protocol
public static class Protocol.Request extends java.lang.Object
A request sent to an LFS server
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Protocol.ObjectSpec>
objects
The objects of this requestjava.lang.String
operation
The operation of this request
-
Constructor Summary
Constructors Constructor Description Request()
-
-
-
Field Detail
-
operation
public java.lang.String operation
The operation of this request
-
objects
public java.util.List<Protocol.ObjectSpec> objects
The objects of this request
-
-