Class BrandsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.brands.BrandsClient
-
public class BrandsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description BrandsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandListlistBrands()Retrieves all brands for the workspace, including the default brand.BrandListlistBrands(RequestOptions requestOptions)Retrieves all brands for the workspace, including the default brand.BrandretrieveBrand(RetrieveBrandRequest request)Fetches a specific brand by its unique identifierBrandretrieveBrand(RetrieveBrandRequest request, RequestOptions requestOptions)Fetches a specific brand by its unique identifierRawBrandsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
BrandsClient
public BrandsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawBrandsClient withRawResponse()
Get responses with HTTP metadata like headers
-
listBrands
public BrandList listBrands()
Retrieves all brands for the workspace, including the default brand. The default brand id always matches the workspace
-
listBrands
public BrandList listBrands(RequestOptions requestOptions)
Retrieves all brands for the workspace, including the default brand. The default brand id always matches the workspace
-
retrieveBrand
public Brand retrieveBrand(RetrieveBrandRequest request)
Fetches a specific brand by its unique identifier
-
retrieveBrand
public Brand retrieveBrand(RetrieveBrandRequest request, RequestOptions requestOptions)
Fetches a specific brand by its unique identifier
-
-