Class PostCaches.Input
- java.lang.Object
-
- com.google.gerrit.server.restapi.config.PostCaches.Input
-
- Enclosing class:
- PostCaches
public static class PostCaches.Input extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
caches
PostCaches.Operation
operation
-
Constructor Summary
Constructors Constructor Description Input()
Input(PostCaches.Operation op)
Input(PostCaches.Operation op, List<String> c)
-
-
-
Field Detail
-
operation
public PostCaches.Operation operation
-
-
Constructor Detail
-
Input
public Input()
-
Input
public Input(PostCaches.Operation op)
-
Input
public Input(PostCaches.Operation op, List<String> c)
-
-