Interface Organization.Builder

    • Method Detail

      • asn

        Organization.Builder asn​(String asn)

        The Autonomous System Number (ASN) of the internet provider of the remote IP address.

        Parameters:
        asn - The Autonomous System Number (ASN) of the internet provider of the remote IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asnOrg

        Organization.Builder asnOrg​(String asnOrg)

        The organization that registered this ASN.

        Parameters:
        asnOrg - The organization that registered this ASN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isp

        Organization.Builder isp​(String isp)

        The ISP information for the internet provider.

        Parameters:
        isp - The ISP information for the internet provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • org

        Organization.Builder org​(String org)

        The name of the internet provider.

        Parameters:
        org - The name of the internet provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.