Interface ObjectIdentifierAndLinkNameTuple.Builder

    • Method Detail

      • objectIdentifier

        ObjectIdentifierAndLinkNameTuple.Builder objectIdentifier​(String objectIdentifier)

        The ID that is associated with the object.

        Parameters:
        objectIdentifier - The ID that is associated with the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkName

        ObjectIdentifierAndLinkNameTuple.Builder linkName​(String linkName)

        The name of the link between the parent and the child object.

        Parameters:
        linkName - The name of the link between the parent and the child object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.