Class AsyncRawBrandsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.brands.AsyncRawBrandsClient
-
public class AsyncRawBrandsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawBrandsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IntercomHttpResponse<BrandList>>listBrands()Retrieves all brands for the workspace, including the default brand.java.util.concurrent.CompletableFuture<IntercomHttpResponse<BrandList>>listBrands(RequestOptions requestOptions)Retrieves all brands for the workspace, including the default brand.java.util.concurrent.CompletableFuture<IntercomHttpResponse<Brand>>retrieveBrand(RetrieveBrandRequest request)Fetches a specific brand by its unique identifierjava.util.concurrent.CompletableFuture<IntercomHttpResponse<Brand>>retrieveBrand(RetrieveBrandRequest request, RequestOptions requestOptions)Fetches a specific brand by its unique identifier
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawBrandsClient
public AsyncRawBrandsClient(ClientOptions clientOptions)
-
-
Method Detail
-
listBrands
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<BrandList>> listBrands()
Retrieves all brands for the workspace, including the default brand. The default brand id always matches the workspace
-
listBrands
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<BrandList>> listBrands(RequestOptions requestOptions)
Retrieves all brands for the workspace, including the default brand. The default brand id always matches the workspace
-
retrieveBrand
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<Brand>> retrieveBrand(RetrieveBrandRequest request)
Fetches a specific brand by its unique identifier
-
retrieveBrand
public java.util.concurrent.CompletableFuture<IntercomHttpResponse<Brand>> retrieveBrand(RetrieveBrandRequest request, RequestOptions requestOptions)
Fetches a specific brand by its unique identifier
-
-