Uses of Class
io.dialob.integration.api.ImmutableNodeId.Builder
-
Packages that use ImmutableNodeId.Builder Package Description io.dialob.integration.api -
-
Uses of ImmutableNodeId.Builder in io.dialob.integration.api
Methods in io.dialob.integration.api that return ImmutableNodeId.Builder Modifier and Type Method Description static ImmutableNodeId.BuilderImmutableNodeId. builder()Creates a builder forImmutableNodeId.ImmutableNodeId.BuilderImmutableNodeId.Builder. from(NodeId instance)Fill a builder with attribute values from the providedNodeIdinstance.ImmutableNodeId.BuilderImmutableNodeId.Builder. host(String host)Initializes the value for thehostattribute.ImmutableNodeId.BuilderImmutableNodeId.Builder. id(String id)Initializes the value for theidattribute.ImmutableNodeId.BuilderImmutableNodeId.Builder. port(int port)Initializes the value for theportattribute.
-