Package org.eclipse.jgit.lfs.server
Class Response.Body
- java.lang.Object
-
- org.eclipse.jgit.lfs.server.Response.Body
-
- Enclosing interface:
- Response
public static class Response.Body extends java.lang.Object
Describes the body of a LFS batch API response
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Response.ObjectInfo>
objects
-
Constructor Summary
Constructors Constructor Description Body()
-
-
-
Field Detail
-
objects
public java.util.List<Response.ObjectInfo> objects
-
-