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