Code Review
/
so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a258fcd88a9e920efddc85d46c2f0df6eb78e21
[so.git]
/
1
package org.onap.aaiclient.client.graphinventory;
2
3
import java.util.List;
4
5
public interface GraphInventoryFluentTypeBase {
6
7
public interface Info {
8
String getPartialUri();
9
10
List<String> getPaths();
11
}
12
13
Object[] values();
14
15
String uriTemplate();
16
}