Class On_Brand
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Brand
-
public class On_Brand extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Brand()
-
Method Summary
Modifier and Type Method Description On_Brandavatar()`Brand` avatar.On_Brandcolor()Deprecated.On_BrandcustomMetadataProperties(Brand_customMetadataProperties callBuilder)`Brand` `CustomMetadataProperty` items list.On_Brandid()`Brand` Id.On_Brandlibraries(Brand_libraries callBuilder)Retrieve all `Library` items.On_Brandname()`Brand` name.On_Brandprojects(Brand_projects callBuilder)Deprecated.On_BrandrgbaColor(Brand_rgbaColor callBuilder)`Brand` color.On_Brandsearch(Brand_search callBuilder)**BETA** Search for the assets on the brand level.On_Brandslug()`Brand` slug.On_BrandworkspaceProjects(Brand_workspaceProjects callBuilder)Retrieve all `Workspace` items.
-
-
-
Method Detail
-
id
public On_Brand id()
`Brand` Id.
-
name
public On_Brand name()
`Brand` name.
-
color
@Deprecated public On_Brand color()
Deprecated.**DEPRECATED** `Brand` color. This field will be removed. Use `rgbaColor` instead. | Date: 2023-01-01T00:00:00.000+00:00 This field will be removed. Use `rgbaColor` instead. | Date: 2023-01-01T00:00:00.000+00:00
-
rgbaColor
public On_Brand rgbaColor(Brand_rgbaColor callBuilder)
`Brand` color.
-
avatar
public On_Brand avatar()
`Brand` avatar.
-
slug
public On_Brand slug()
`Brand` slug.
-
projects
@Deprecated public On_Brand projects(Brand_projects callBuilder)
Deprecated.**DEPRECATED** Retrieve all `Projects`. This field will be removed. Use `libraries` or `workspaceProjects` instead. | Date: 2023-01-01T00:00:00.000+00:00 This field will be removed. Use `libraries` or `workspaceProjects` instead. | Date: 2023-01-01T00:00:00.000+00:00
-
search
public On_Brand search(Brand_search callBuilder)
**BETA** Search for the assets on the brand level.
-
libraries
public On_Brand libraries(Brand_libraries callBuilder)
Retrieve all `Library` items.
-
workspaceProjects
public On_Brand workspaceProjects(Brand_workspaceProjects callBuilder)
Retrieve all `Workspace` items.
-
customMetadataProperties
public On_Brand customMetadataProperties(Brand_customMetadataProperties callBuilder)
`Brand` `CustomMetadataProperty` items list.
-
-