Uses of Class
org.opennms.integration.api.v1.graph.immutables.ImmutableNodeRef.Builder
-
Packages that use ImmutableNodeRef.Builder Package Description org.opennms.integration.api.v1.graph.immutables -
-
Uses of ImmutableNodeRef.Builder in org.opennms.integration.api.v1.graph.immutables
Methods in org.opennms.integration.api.v1.graph.immutables that return ImmutableNodeRef.Builder Modifier and Type Method Description static ImmutableNodeRef.BuilderImmutableNodeRef. builder()ImmutableNodeRef.BuilderImmutableNodeRef.Builder. foreignId(java.lang.String foreignId)ImmutableNodeRef.BuilderImmutableNodeRef.Builder. foreignSource(java.lang.String foreignSource)static ImmutableNodeRef.BuilderImmutableNodeRef. newBuilder(java.lang.String nodeCriteria)static ImmutableNodeRef.BuilderImmutableNodeRef. newBuilder(java.lang.String foreignSource, java.lang.String foreignId)static ImmutableNodeRef.BuilderImmutableNodeRef. newBuilderFrom(org.opennms.integration.api.v1.graph.NodeRef fromNodeRef)
-