Class AsyncSubscriptionTypesClient
- java.lang.Object
-
- com.intercom.api.resources.subscriptiontypes.AsyncSubscriptionTypesClient
-
public class AsyncSubscriptionTypesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncSubscriptionTypesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<SubscriptionTypeList>list()You can list all subscription types.java.util.concurrent.CompletableFuture<SubscriptionTypeList>list(RequestOptions requestOptions)You can list all subscription types.AsyncRawSubscriptionTypesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncSubscriptionTypesClient
public AsyncSubscriptionTypesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawSubscriptionTypesClient withRawResponse()
Get responses with HTTP metadata like headers
-
list
public java.util.concurrent.CompletableFuture<SubscriptionTypeList> list()
You can list all subscription types. A list of subscription type objects will be returned.
-
list
public java.util.concurrent.CompletableFuture<SubscriptionTypeList> list(RequestOptions requestOptions)
You can list all subscription types. A list of subscription type objects will be returned.
-
-