Uses of Class
org.opennms.integration.api.v1.graph.immutables.ImmutableGraphInfo.Builder
-
Packages that use ImmutableGraphInfo.Builder Package Description org.opennms.integration.api.v1.graph.immutables -
-
Uses of ImmutableGraphInfo.Builder in org.opennms.integration.api.v1.graph.immutables
Methods in org.opennms.integration.api.v1.graph.immutables that return ImmutableGraphInfo.Builder Modifier and Type Method Description static ImmutableGraphInfo.BuilderImmutableGraphInfo. builder()ImmutableGraphInfo.BuilderImmutableGraphInfo.Builder. description(java.lang.String description)ImmutableGraphInfo.BuilderImmutableGraphInfo.Builder. graphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)ImmutableGraphInfo.BuilderImmutableGraphInfo.Builder. label(java.lang.String label)ImmutableGraphInfo.BuilderImmutableGraphInfo.Builder. namespace(java.lang.String namespace)static ImmutableGraphInfo.BuilderImmutableGraphInfo. newBuilder(java.lang.String namespace, java.lang.String label, java.lang.String description)static ImmutableGraphInfo.BuilderImmutableGraphInfo. newBuilderFrom(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo)
-