Class AsyncBrandsClient


  • public class AsyncBrandsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncBrandsClient

        public AsyncBrandsClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public AsyncRawBrandsClient withRawResponse()
        Get responses with HTTP metadata like headers
      • listBrands

        public java.util.concurrent.CompletableFuture<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<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<Brand> retrieveBrand​(RetrieveBrandRequest request)
        Fetches a specific brand by its unique identifier
      • retrieveBrand

        public java.util.concurrent.CompletableFuture<Brand> retrieveBrand​(RetrieveBrandRequest request,
                                                                           RequestOptions requestOptions)
        Fetches a specific brand by its unique identifier