94fa240244907d8f7bf6c3607ac75ddec7324ad2
[so.git] /
1 package org.onap.aaiclient.client.graphinventory;
2
3 public interface GraphInventoryFluentType<T> extends GraphInventoryFluentTypeBase {
4
5     public interface Info extends GraphInventoryFluentTypeBase.Info {
6         String getName();
7     }
8
9     T build();
10 }