public static interface Organization.Builder extends SdkPojo, CopyableBuilder<Organization.Builder,Organization>
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
asn(String asn)
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
|
Organization.Builder |
asnOrg(String asnOrg)
The organization that registered this ASN.
|
Organization.Builder |
isp(String isp)
The ISP information for the internet provider.
|
Organization.Builder |
org(String org)
The name of the internet provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganization.Builder asn(String asn)
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
asn - The Autonomous System Number (ASN) of the internet provider of the remote IP address.Organization.Builder asnOrg(String asnOrg)
The organization that registered this ASN.
asnOrg - The organization that registered this ASN.Organization.Builder isp(String isp)
The ISP information for the internet provider.
isp - The ISP information for the internet provider.Organization.Builder org(String org)
The name of the internet provider.
org - The name of the internet provider.Copyright © 2023. All rights reserved.