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