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