Class RawIpAllowlistClient
- java.lang.Object
-
- com.intercom.api.resources.ipallowlist.RawIpAllowlistClient
-
public class RawIpAllowlistClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawIpAllowlistClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntercomHttpResponse<IpAllowlist>getIpAllowlist()Retrieve the current IP allowlist configuration for the workspace.IntercomHttpResponse<IpAllowlist>getIpAllowlist(RequestOptions requestOptions)Retrieve the current IP allowlist configuration for the workspace.IntercomHttpResponse<IpAllowlist>updateIpAllowlist()Update the IP allowlist configuration for the workspace.IntercomHttpResponse<IpAllowlist>updateIpAllowlist(IpAllowlist request)Update the IP allowlist configuration for the workspace.IntercomHttpResponse<IpAllowlist>updateIpAllowlist(IpAllowlist request, RequestOptions requestOptions)Update the IP allowlist configuration for the workspace.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawIpAllowlistClient
public RawIpAllowlistClient(ClientOptions clientOptions)
-
-
Method Detail
-
getIpAllowlist
public IntercomHttpResponse<IpAllowlist> getIpAllowlist()
Retrieve the current IP allowlist configuration for the workspace.
-
getIpAllowlist
public IntercomHttpResponse<IpAllowlist> getIpAllowlist(RequestOptions requestOptions)
Retrieve the current IP allowlist configuration for the workspace.
-
updateIpAllowlist
public IntercomHttpResponse<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 IntercomHttpResponse<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 IntercomHttpResponse<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 %}
-
-