Class IpAllowlistClient
- java.lang.Object
-
- com.intercom.api.resources.ipallowlist.IpAllowlistClient
-
public class IpAllowlistClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description IpAllowlistClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAllowlistgetIpAllowlist()Retrieve the current IP allowlist configuration for the workspace.IpAllowlistgetIpAllowlist(RequestOptions requestOptions)Retrieve the current IP allowlist configuration for the workspace.IpAllowlistupdateIpAllowlist()Update the IP allowlist configuration for the workspace.IpAllowlistupdateIpAllowlist(IpAllowlist request)Update the IP allowlist configuration for the workspace.IpAllowlistupdateIpAllowlist(IpAllowlist request, RequestOptions requestOptions)Update the IP allowlist configuration for the workspace.RawIpAllowlistClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
IpAllowlistClient
public IpAllowlistClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawIpAllowlistClient withRawResponse()
Get responses with HTTP metadata like headers
-
getIpAllowlist
public IpAllowlist getIpAllowlist()
Retrieve the current IP allowlist configuration for the workspace.
-
getIpAllowlist
public IpAllowlist getIpAllowlist(RequestOptions requestOptions)
Retrieve the current IP allowlist configuration for the workspace.
-
updateIpAllowlist
public IpAllowlist updateIpAllowlist()
Update the IP allowlist configuration for the workspace.{% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}
-
updateIpAllowlist
public IpAllowlist updateIpAllowlist(IpAllowlist request)
Update the IP allowlist configuration for the workspace.{% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}
-
updateIpAllowlist
public IpAllowlist updateIpAllowlist(IpAllowlist request, RequestOptions requestOptions)
Update the IP allowlist configuration for the workspace.{% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}
-
-